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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java49 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options); argument
89 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { argument
90 return mDecoder.decodeRegion(wantRegion, options);
121 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { argument
129 wantRegion.width() / sampleSize,
130 wantRegion.height() / sampleSize,
135 mTempCanvas.drawBitmap(mBuffer, -wantRegion.left, -wantRegion.top, mTempPaint);

Completed in 149 milliseconds