Home
last modified time | relevance | path

Searched refs:wantRegion (Results 1 – 1 of 1) 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
106 .contains(wantRegion); in getTile()
125 bitmap = regionDecoder.decodeRegion(wantRegion, options); in getTile()
143 Rect wantRegion = new Rect(x, y, x + t, y + t); in getTileWithoutReusingBitmap() local
152 Utils.assertTrue(overlapRegion.intersect(wantRegion)); in getTileWithoutReusingBitmap()
170 if (wantRegion.equals(overlapRegion)) return bitmap; in getTileWithoutReusingBitmap()
175 (overlapRegion.left - wantRegion.left) >> level, in getTileWithoutReusingBitmap()
176 (overlapRegion.top - wantRegion.top) >> level, null); in getTileWithoutReusingBitmap()