Home
last modified time | relevance | path

Searched defs:drawableToBitmap (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/util/
H A DDrawableConverter.java37 public static Bitmap drawableToBitmap(@Nullable Drawable drawable) { in drawableToBitmap() method in DrawableConverter
48 public static Bitmap drawableToBitmap(@Nullable Drawable drawable, int width, int height) { in drawableToBitmap() method in DrawableConverter
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
H A DImageTestUtils.java32 public static Bitmap drawableToBitmap(@Nullable Drawable drawable) { in drawableToBitmap() method in ImageTestUtils
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/matchers/
H A DDrawableMatcher.java63 private Bitmap drawableToBitmap(Drawable drawable) { in drawableToBitmap() method in DrawableMatcher
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
H A DContactPhotoLoader.java54 private static Bitmap drawableToBitmap(Drawable drawable, int width, int height) { in drawableToBitmap() method in ContactPhotoLoader
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/testutils/
H A DTestQCProvider.java108 private static Bitmap drawableToBitmap(Drawable drawable) { in drawableToBitmap() method in TestQCProvider
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DBitmapUtil.java168 public static Bitmap drawableToBitmap(Drawable drawable, int avatarSizePx) { in drawableToBitmap() method in BitmapUtil
/aosp12/packages/apps/TV/src/com/android/tv/util/images/
H A DBitmapUtils.java95 public static Bitmap drawableToBitmap(Drawable drawable) { in drawableToBitmap() method in BitmapUtils
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/utils/
H A DCarUiUtils.java260 public static Bitmap drawableToBitmap(@NonNull Drawable drawable) { in drawableToBitmap() method in CarUiUtils