Searched refs:drawableBitmap (Results 1 – 1 of 1) sorted by relevance
521 final Bitmap drawableBitmap = ((BitmapDrawable) mDrawable).getBitmap(); in bindPhoto() local522 if (photoBitmap == drawableBitmap) { in bindPhoto()