Searched refs:inBitmap (Results 1 – 9 of 9) 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}:187 // to a SoftReference set for possible use with inBitmap later.209 // If we're running on Honeycomb or newer, try to use inBitmap.219 {@link android.graphics.BitmapFactory.Options#inBitmap}. Note that this220 method only sets a value for {@link android.graphics.BitmapFactory.Options#inBitmap}[all …]
100 public Bitmap inBitmap; field in BitmapFactory.Options481 if (bm == null && opts != null && opts.inBitmap != null) { in decodeResource()524 if (bm == null && opts != null && opts.inBitmap != null) { in decodeByteArray()567 } else if (opts.inBitmap != null) { in setDensityFromOptions()614 if (bm == null && opts != null && opts.inBitmap != null) { in decodeStream()684 if (bm == null && opts != null && opts.inBitmap != null) { in decodeFileDescriptor()
103 opts.inBitmap = null; in nativeDecodeFileDescriptor()109 opts.inBitmap = null; in nativeDecodeAsset()116 opts.inBitmap = null; in nativeDecodeByteArray()
450 mOptions.inBitmap = bitmap; in getTile()455 if (mOptions.inBitmap != bitmap && mOptions.inBitmap != null) { in getTile()456 mOptions.inBitmap = null; in getTile()
192 mOpts.inBitmap = null; in decode()284 mOpts.inBitmap = mInBitmap.bmp; in decode()379 mOpts.inBitmap = null; in decode()
174 opts.inBitmap = loaded; in DessertCaseView()
392 …yteCount()}. For more information, see {@link android.graphics.BitmapFactory.Options#inBitmap}.</p>
11063 field public android.graphics.Bitmap inBitmap;
11400 field public android.graphics.Bitmap inBitmap;