Home
last modified time | relevance | path

Searched refs:bitmapIcon (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DCat.java332 public static Icon recompressIcon(Icon bitmapIcon) {
333 if (bitmapIcon.getType() != Icon.TYPE_BITMAP) return bitmapIcon;
335 … final Bitmap bits = (Bitmap) Icon.class.getDeclaredMethod("getBitmap").invoke(bitmapIcon);
342 return bitmapIcon;
/aosp12/frameworks/base/core/java/android/app/
H A DActivityManager.java1676 final Bitmap bitmapIcon = getInMemoryIcon(); in writeToParcel() local
1677 if (mIcon == null || (bitmapIcon != null && bitmapIcon.isRecycled())) { in writeToParcel()
/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java2172 Bitmap bitmapIcon = BitmapFactory.decodeResource(StkAppService.this in launchIdleText() local
2175 notificationBuilder.setLargeIcon(bitmapIcon); in launchIdleText()