HomeSort by relevance Sort by last modified time
    Searched refs:wantRegion (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageViewAdapter.java 94 Rect wantRegion = new Rect(x, y, x + t, y + t);
103 // We need to clear a reused bitmap, if wantRegion is not fully
106 .contains(wantRegion);
125 bitmap = regionDecoder.decodeRegion(wantRegion, options);
143 Rect wantRegion = new Rect(x, y, x + t, y + t);
152 Utils.assertTrue(overlapRegion.intersect(wantRegion));
170 if (wantRegion.equals(overlapRegion)) return bitmap;
175 (overlapRegion.left - wantRegion.left) >> level,
176 (overlapRegion.top - wantRegion.top) >> level, null);
  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 61 Rect wantRegion = new Rect(x, y, x + t, y + t);
75 bitmap = mDecoder.decodeRegion(wantRegion, options);

Completed in 611 milliseconds