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

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java72 private static Bitmap sVideoImage; field in class:PhotoView
558 final Bitmap videoImage = (mVideoReady ? sVideoImage : sVideoNotReadyImage);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java72 private static Bitmap sVideoImage; field in class:PhotoView
560 final Bitmap videoImage = (mVideoReady ? sVideoImage : sVideoNotReadyImage);

Completed in 60 milliseconds