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

  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 95 return decodeSampledBitmapFromResource(mResources, resId, mImageWidth,
115 public static Bitmap decodeSampledBitmapFromResource(Resources res, int resId,
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 95 return decodeSampledBitmapFromResource(mResources, resId, mImageWidth,
115 public static Bitmap decodeSampledBitmapFromResource(Resources res, int resId,
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 95 return decodeSampledBitmapFromResource(mResources, resId, mImageWidth,
115 public static Bitmap decodeSampledBitmapFromResource(Resources res, int resId,
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
Utils.java 119 public static Bitmap decodeSampledBitmapFromResource(Resources res, int resId,
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BitmapPool.java 186 public Bitmap decodeSampledBitmapFromResource(final int resourceId,

Completed in 2391 milliseconds