Searched refs:inBitmap (Results 1 – 7 of 7) sorted by relevance
15 <li><a href="#inBitmap">Manage Memory on Android 3.0 and Higher</a></li>141 <h2 id="inBitmap">Manage Memory on Android 3.0 and Higher</h2>144 {@link android.graphics.BitmapFactory.Options#inBitmap BitmapFactory.Options.inBitmap}150 {@link android.graphics.BitmapFactory.Options#inBitmap} can be used. In particular, before Android152 {@link android.graphics.BitmapFactory.Options#inBitmap} documentation.161 {@link android.graphics.BitmapFactory.Options#inBitmap}:186 // to a SoftReference set for possible use with inBitmap later.208 // If we're running on Honeycomb or newer, try to use inBitmap.218 {@link android.graphics.BitmapFactory.Options#inBitmap}. Note that this219 method only sets a value for {@link android.graphics.BitmapFactory.Options#inBitmap}[all …]
100 public Bitmap inBitmap; field in BitmapFactory.Options466 if (bm == null && opts != null && opts.inBitmap != null) { in decodeResource()509 if (bm == null && opts != null && opts.inBitmap != null) { in decodeByteArray()552 } else if (opts.inBitmap != null) { in setDensityFromOptions()599 if (bm == null && opts != null && opts.inBitmap != null) { in decodeStream()669 if (bm == null && opts != null && opts.inBitmap != null) { in decodeFileDescriptor()
100 opts.inBitmap = null; in nativeDecodeFileDescriptor()106 opts.inBitmap = null; in nativeDecodeAsset()113 opts.inBitmap = null; in nativeDecodeByteArray()
449 mOptions.inBitmap = bitmap; in getTile()454 if (mOptions.inBitmap != bitmap && mOptions.inBitmap != null) { in getTile()455 mOptions.inBitmap = null; in getTile()
174 opts.inBitmap = loaded; in DessertCaseView()
392 …yteCount()}. For more information, see {@link android.graphics.BitmapFactory.Options#inBitmap}.</p>
8989 field public android.graphics.Bitmap inBitmap;