Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DBitmapCache.java43 public final static int HIGHRES = 6; field in BitmapCache
96 case HIGHRES: return "HIGHRES"; in getTrackingName()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCachingPipeline.java226 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.HIGHRES); in renderHighres()