Searched refs:inBitmap (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java103 opts.inBitmap = null;
109 opts.inBitmap = null;
116 opts.inBitmap = null;
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java62 * Checking whether the return value matches the value of the inBitmap
93 * <p class="note">BitmapRegionDecoder support for {@link #inBitmap} was
96 * {@link #inBitmap}.</p>
100 public Bitmap inBitmap; field in class:BitmapFactory.Options
287 * allocations use the {@link #inBitmap} flag instead.</p>
481 if (bm == null && opts != null && opts.inBitmap != null) {
524 if (bm == null && opts != null && opts.inBitmap != null) {
567 } else if (opts.inBitmap != null) {
614 if (bm == null && opts != null && opts.inBitmap != null) {
684 if (bm == null && opts != null && opts.inBitmap !
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java187 // disable inBitmap-- bitmap reuse doesn't work with different decode regions due
192 mOpts.inBitmap = null;
284 mOpts.inBitmap = mInBitmap.bmp;
375 // disable inBitmap-- bitmap reuse doesn't work well below K
379 mOpts.inBitmap = null;
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java450 mOptions.inBitmap = bitmap;
455 if (mOptions.inBitmap != bitmap && mOptions.inBitmap != null) {
456 mOptions.inBitmap = null;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java174 opts.inBitmap = loaded;

Completed in 217 milliseconds