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

1 2

  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 111 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
128 // If we're running on Honeycomb or newer, try to use inBitmap
144 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
159 // If we're running on Honeycomb or newer, try to use inBitmap
175 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
193 // If we're running on Honeycomb or newer, try to use inBitmap
204 // inBitmap only works with mutable bitmaps so force the decoder to
209 // Try and find a bitmap to use for inBitmap
210 Bitmap inBitmap = cache.getBitmapFromReusableSet(options);
212 if (inBitmap != null)
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 111 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
128 // If we're running on Honeycomb or newer, try to use inBitmap
144 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
159 // If we're running on Honeycomb or newer, try to use inBitmap
175 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
193 // If we're running on Honeycomb or newer, try to use inBitmap
204 // inBitmap only works with mutable bitmaps so force the decoder to
209 // Try and find a bitmap to use for inBitmap
210 Bitmap inBitmap = cache.getBitmapFromReusableSet(options);
212 if (inBitmap != null)
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 111 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
128 // If we're running on Honeycomb or newer, try to use inBitmap
144 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
159 // If we're running on Honeycomb or newer, try to use inBitmap
175 * @param cache The ImageCache used to find candidate bitmaps for use with inBitmap
193 // If we're running on Honeycomb or newer, try to use inBitmap
204 // inBitmap only works with mutable bitmaps so force the decoder to
209 // Try and find a bitmap to use for inBitmap
210 Bitmap inBitmap = cache.getBitmapFromReusableSet(options);
212 if (inBitmap != null)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 63 * Checking whether the return value matches the value of the inBitmap
94 * <p class="note">BitmapRegionDecoder support for {@link #inBitmap} was
97 * {@link #inBitmap}.</p>
101 public Bitmap inBitmap;
323 * allocations use the {@link #inBitmap} flag instead.</p>
576 if (bm == null && opts != null && opts.inBitmap != null) {
625 if (bm == null && opts != null && opts.inBitmap != null) {
668 } else if (opts.inBitmap != null) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
PoolableImageCache.java 152 if (optionsTmp.inBitmap != null) {
153 optionsTmp.inBitmap.recycle();
154 optionsTmp.inBitmap = null;
195 if (optionsTmp.inBitmap != null) {
196 optionsTmp.inBitmap.recycle();
197 optionsTmp.inBitmap = null;
375 optionsTmp.inBitmap = getReusableBitmapFromPool(width, height);
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/
glide-4.0.0-SNAPSHOT.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /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/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 197 milliseconds

1 2