@Beta public static interface GifTextureView.PlaceholderDrawListener
GifTextureView content placeholder can be drawn.
Placeholder is displayed before proper input source is loaded and remains visible when input source loading fails.| Modifier and Type | Method and Description |
|---|---|
void |
onDrawPlaceholder(android.graphics.Canvas canvas)
Called when surface is ready and placeholder has to be drawn.
|
void onDrawPlaceholder(android.graphics.Canvas canvas)
View visibility is toggled before input source is loaded)
or never (eg. when View is never visible).canvas after this method return.canvas - canvas to draw into