Home
last modified time | relevance | path

Searched refs:drawableBitmap (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java550 final Bitmap drawableBitmap = ((BitmapDrawable) mDrawable).getBitmap(); in bindPhoto() local
551 if (photoBitmap == drawableBitmap) { in bindPhoto()