Home
last modified time | relevance | path

Searched defs:wantRegion (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageViewAdapter.java94 Rect wantRegion = new Rect(x, y, x + t, y + t); in getTile() local
143 Rect wantRegion = new Rect(x, y, x + t, y + t); in getTileWithoutReusingBitmap() local
/packages/apps/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java47 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options); in decodeRegion()
75 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { in decodeRegion()
100 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { in decodeRegion()