Searched refs:inBitmap (Results 1 – 4 of 4) 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}:</p>172 {@link android.graphics.BitmapFactory.Options#inBitmap}:197 // to a SoftReference set for possible use with inBitmap later.219 // If we're running on Honeycomb or newer, try to use inBitmap.229 {@link android.graphics.BitmapFactory.Options#inBitmap}. Note that this230 method only sets a value for {@link android.graphics.BitmapFactory.Options#inBitmap}235 // inBitmap only works with mutable bitmaps, so force the decoder to[all …]
69 public Bitmap inBitmap; field in BitmapFactory.Options393 if (bm == null && opts != null && opts.inBitmap != null) { in decodeResource()431 if (bm == null && opts != null && opts.inBitmap != null) { in decodeByteArray()492 if (opts == null || (opts.inScaled && opts.inBitmap == null)) { in decodeStream()519 if (opts == null || (opts.inScaled && opts.inBitmap == null)) { in decodeStream()539 if (bm == null && opts != null && opts.inBitmap != null) { in decodeStream()623 if (bm == null && opts != null && opts.inBitmap != null) { in decodeFileDescriptor()
142 opts.inBitmap = null; in nativeDecodeFileDescriptor()148 opts.inBitmap = null; in nativeDecodeAsset()155 opts.inBitmap = null; in nativeDecodeAsset()162 opts.inBitmap = null; in nativeDecodeByteArray()
8639 field public android.graphics.Bitmap inBitmap;