Searched refs:decodeSampledBitmapFromResource (Results 1 – 4 of 4) sorted by relevance
97 final Bitmap resourceBitmap = pool.decodeSampledBitmapFromResource( in testDecodeFromResourceBitmap()
119 public static Bitmap decodeSampledBitmapFromResource(Resources res, int resId, in decodeSampledBitmapFromResource() method in Utils
89 return Utils.decodeSampledBitmapFromResource(getResources(), data, 100, 100); in doInBackground()
186 public Bitmap decodeSampledBitmapFromResource(final int resourceId, in decodeSampledBitmapFromResource() method in BitmapPool