Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java765 Bitmap highresBitmap = MasterImage.getImage().getOriginalBitmapHighres(); in onPostExecute() local
766 if (highresBitmap != null) { in onPostExecute()
767 float highResPreviewScale = (float) highresBitmap.getWidth() in onPostExecute()