Searched defs:createBitmap (Results 1 – 3 of 3) sorted by relevance
318 private Bitmap createBitmap(final int width, final int height) { in createBitmap() method in BitmapPool
492 fun createBitmap(view: View): Bitmap { in createBitmap() method
1073 public static Bitmap createBitmap(Drawable drawable, int width, int height) { in createBitmap() method in Utils