Searched refs:poster (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java84 // The poster image to be shown when the video is not playing.
87 // The poster downloader.
444 // The poster URL
448 // The poster bytes. We only touch this on the network thread.
519 Bitmap poster = BitmapFactory.decodeByteArray(
521 mProxy.doSetPoster(poster);
561 // Tears down the poster bytes stream. Called on network thread.
635 Bitmap poster = (Bitmap) msg.obj;
636 nativeOnPosterFetched(poster, mNativePointer);
652 private void doSetPoster(Bitmap poster) { argument
790 nativeOnPosterFetched(Bitmap poster, int nativePointer) argument
[all...]

Completed in 39 milliseconds