HomeSort by relevance Sort by last modified time
    Searched defs:inBitmap (Results 1 - 10 of 10) sorted by null

  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageResizer.java 111 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
126 // If we're running on Honeycomb or newer, try to use inBitmap
142 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
157 // If we're running on Honeycomb or newer, try to use inBitmap
173 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
191 // If we're running on Honeycomb or newer, try to use inBitmap
201 // inBitmap only works with mutable bitmaps so force the decoder to
206 // Try and find a bitmap to use for inBitmap
207 Bitmap inBitmap = cache.getBitmapFromReusableSet(options);
209 if (inBitmap != null)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 62 * 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;
276 * allocations use the {@link #inBitmap} flag instead.</p>
459 if (bm == null && opts != null && opts.inBitmap != null) {
502 if (bm == null && opts != null && opts.inBitmap != null) {
545 } else if (opts.inBitmap != null) {
592 if (bm == null && opts != null && opts.inBitmap != null) {
662 if (bm == null && opts != null && opts.inBitmap != null)
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 121 milliseconds