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

/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
290 * allocations use the {@link #inBitmap} flag instead.</p>
492 if (bm == null && opts != null && opts.inBitmap != null) {
535 if (bm == null && opts != null && opts.inBitmap != null) {
578 } else if (opts.inBitmap != null) {
625 if (bm == null && opts != null && opts.inBitmap != null) {
695 if (bm == null && opts != null && opts.inBitmap !
[all...]

Completed in 60 milliseconds