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

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

Completed in 42 milliseconds