Home
last modified time | relevance | path

Searched refs:createWithAdaptiveBitmap (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DLocalImageResolverTest.java110 Icon icon = Icon.createWithAdaptiveBitmap( in resolveImage_largeAdaptiveBitmapIcon_defaultSize_resizeToDefaultSize()
224 Icon icon = Icon.createWithAdaptiveBitmap( in resolveImage_largeAdaptiveBitmapIcon_passedSize_resizeToDefinedSize()
263 Icon icon = Icon.createWithAdaptiveBitmap( in resolveImage_smallAdaptiveBitmapIcon_defaultSize_untouched()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLocalImageResolver.java182 ? Icon.createWithAdaptiveBitmap(bitmap) : Icon.createWithBitmap(bitmap); in resolveBitmapImage()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java601 return createWithAdaptiveBitmap(BitmapFactory.decodeStream(inputStream)); in createFromStream()
719 public static @NonNull Icon createWithAdaptiveBitmap(Bitmap bits) { in createWithAdaptiveBitmap() method in Icon
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java134 final Icon im1 = Icon.createWithAdaptiveBitmap(bm1); in testWithAdaptiveBitmap()
413 final Icon ic = Icon.createWithAdaptiveBitmap(bm); in testScaleDownMaxSizeWithAdaptiveBitmap()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeterTest.kt147 Icon.createWithAdaptiveBitmap(Bitmap.createBitmap(386, 432, Bitmap.Config.ARGB_8888))
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DCat.java381 return Icon.createWithAdaptiveBitmap(result);
/aosp14/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java1528 return Icon.createWithAdaptiveBitmap(bmp); in getShortcutIcon()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java1073 final Icon bmp32x32 = Icon.createWithAdaptiveBitmap(BitmapFactory.decodeResource(
H A DShortcutManagerTest1.java293 final Icon icon3 = Icon.createWithAdaptiveBitmap(BitmapFactory.decodeResource( in testSetDynamicShortcuts()
779 final Icon bmp64x64_maskable = Icon.createWithAdaptiveBitmap(BitmapFactory.decodeResource( in testIcons()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt7400 HSPLandroid/graphics/drawable/Icon;->createWithAdaptiveBitmap(Landroid/graphics/Bitmap;)Landroid/gr…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt7403 HSPLandroid/graphics/drawable/Icon;->createWithAdaptiveBitmap(Landroid/graphics/Bitmap;)Landroid/gr…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17111 …method @NonNull public static android.graphics.drawable.Icon createWithAdaptiveBitmap(android.grap…