Home
last modified time | relevance | path

Searched refs:inBitmap (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/docs/html/training/displaying-bitmaps/
Dmanage-memory.jd15 <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 this
230 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 …]
/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java69 public Bitmap inBitmap; field in BitmapFactory.Options
393 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()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmapFactory_Delegate.java142 opts.inBitmap = null; in nativeDecodeFileDescriptor()
148 opts.inBitmap = null; in nativeDecodeAsset()
155 opts.inBitmap = null; in nativeDecodeAsset()
162 opts.inBitmap = null; in nativeDecodeByteArray()
/frameworks/base/api/
Dcurrent.txt8639 field public android.graphics.Bitmap inBitmap;