Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/
DTestUtils.kt41 fun createBitmap(width: Int, height: Int, bgColor: Int): Bitmap { in createBitmap() method
DChooserActivityTest.java2991 private Bitmap createBitmap() { in createBitmap() method in ChooserActivityTest
3011 private Bitmap createBitmap(int width, int height) { in createBitmap() method in ChooserActivityTest
/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/modules/IntentResolver/tests/unit/src/com/android/intentresolver/icons/
DCachingTargetDataLoaderTest.kt187 private fun createBitmap() = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888) method
/packages/apps/Launcher3/quickstep/tests/multivalentScreenshotTests/src/com/android/quickstep/task/thumbnail/
DTaskThumbnailViewScreenshotTest.kt238 private fun createBitmap( in <lambda>() 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/tests/unit/src/com/android/intentresolver/contentpreview/
DPreviewImageLoaderTest.kt495 private fun createBitmap(width: Int, height: Int) = method
/packages/apps/Settings/src/com/android/settings/
DUtils.java1159 public static Bitmap createBitmap(Drawable drawable, int width, int height) { in createBitmap() method in Utils