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

  /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...]

Completed in 1583 milliseconds