Home
last modified time | relevance | path

Searched refs:TYPE_BITMAP (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java80 public static final int TYPE_BITMAP = 1; field in Icon
168 if (mType != TYPE_BITMAP && mType != TYPE_ADAPTIVE_BITMAP) { in getBitmap()
302 case TYPE_BITMAP: return "BITMAP"; in typeToString()
407 case TYPE_BITMAP: in loadDrawableInner()
562 case TYPE_BITMAP: in writeToStream()
598 case TYPE_BITMAP: in createFromStream()
638 case TYPE_BITMAP: in sameAs()
709 final Icon rep = new Icon(TYPE_BITMAP); in createWithBitmap()
880 case TYPE_BITMAP: in toString()
930 case TYPE_BITMAP: in Icon()
[all …]
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DGetWalletCardsCallbackImpl.java152 if (cardImage.getType() == Icon.TYPE_BITMAP in isValidResponse()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryProtoHelper.java219 } else if (iconType == Icon.TYPE_BITMAP) { in loadIcon()
249 case Icon.TYPE_BITMAP: in writeIcon()
/aosp14/frameworks/base/core/proto/android/server/
H A Dnotificationhistory.proto68 TYPE_BITMAP = 1; enumerator
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeter.kt220 Icon.TYPE_BITMAP -> computeBitmapUse(icon.bitmap, seenBitmaps)
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLocalImageResolver.java125 case Icon.TYPE_BITMAP: in resolveImage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/graphics/
H A DImageLoader.kt344 Icon.TYPE_BITMAP -> {
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassification.java799 case Icon.TYPE_BITMAP:
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialog.java334 if (icon.getType() != Icon.TYPE_BITMAP && icon.getType() != Icon.TYPE_ADAPTIVE_BITMAP) { in refresh()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DCat.java333 if (bitmapIcon.getType() != Icon.TYPE_BITMAP) return bitmapIcon;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanel.java959 if (artworkIcon.getType() == Icon.TYPE_BITMAP in getWallpaperColor()
1698 if (artworkIcon.getType() == Icon.TYPE_BITMAP
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java149 case Icon.TYPE_BITMAP: in isGrayscaleIcon()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java1480 case Icon.TYPE_BITMAP: in getShortcutIconDrawable()
H A DShortcutInfo.java1032 case Icon.TYPE_BITMAP: in validateIcon()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java327 if (icon != null && icon.getType() != Icon.TYPE_BITMAP in ensureNoBitmapIconIfShortcutIsLongLived()
H A DShortcutService.java1547 case Icon.TYPE_BITMAP: in saveIconAndFixUpShortcutLocked()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java3334 if (aType == Icon.TYPE_BITMAP || aType == Icon.TYPE_ADAPTIVE_BITMAP) { in areIconsMaybeDifferent()
6864 && (mSmallIcon.getType() == Icon.TYPE_BITMAP in reduceImageSizes()
7639 if (mPictureIcon != null && mPictureIcon.getType() == Icon.TYPE_BITMAP) { in addExtras()
H A DActivityManager.java2031 if (mIcon != null && mIcon.getType() == Icon.TYPE_BITMAP) { in getInMemoryIcon()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2011 && (icon.getType() == Icon.TYPE_BITMAP in initActionAsync()
/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/core/api/
H A Dcurrent.txt17136 field public static final int TYPE_BITMAP = 1; // 0x1