Home
last modified time | relevance | path

Searched defs:createBitmap (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DDrawableUtil.java55 private static Bitmap createBitmap(Drawable drawable, int width, int height) { in createBitmap() method in DrawableUtil
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DBitmapRenderer.java59 static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap() method
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBitmapPool.java318 private Bitmap createBitmap(final int width, final int height) { in createBitmap() method in BitmapPool
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.kt498 fun createBitmap(view: View): Bitmap { in createBitmap() method
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DUnbundledChooserActivityTest.java2931 private Bitmap createBitmap() { in createBitmap() method in UnbundledChooserActivityTest
2951 private Bitmap createBitmap(int width, int height) { in createBitmap() method in UnbundledChooserActivityTest
2955 private Bitmap createBitmap(int width, int height, int bgColor) { in createBitmap() method in UnbundledChooserActivityTest
/packages/apps/Settings/src/com/android/settings/
DUtils.java1142 public static Bitmap createBitmap(Drawable drawable, int width, int height) { in createBitmap() method in Utils