Home
last modified time | relevance | path

Searched refs:TYPE_URI (Results 1 – 24 of 24) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java96 public static final int TYPE_URI = 4; field in Icon
306 case TYPE_URI: return "URI"; in typeToString()
455 case TYPE_URI: in loadDrawableInner()
574 case TYPE_URI: in writeToStream()
611 case TYPE_URI: in createFromStream()
648 case TYPE_URI: in sameAs()
756 final Icon rep = new Icon(TYPE_URI); in createWithContentUri()
871 final Icon rep = new Icon(TYPE_URI); in createWithFilePath()
899 case TYPE_URI: in toString()
951 case TYPE_URI: in Icon()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DCanUseIconPredicate.kt25 if (icon.type == Icon.TYPE_URI || icon.type == Icon.TYPE_URI_ADAPTIVE_BITMAP) {
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLocalImageResolver.java103 case Icon.TYPE_URI: in resolveImage()
265 if (icon == null || (icon.getType() != Icon.TYPE_URI
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTile.java19 import static android.graphics.drawable.Icon.TYPE_URI;
231 if (cardImageIcon.getType() == TYPE_URI) { in onWalletCardsRetrieved()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DStatusHints.java151 if (icon != null && (icon.getType() == Icon.TYPE_URI in validateAccountIconUserBoundary()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryProtoHelper.java215 } else if (iconType == Icon.TYPE_URI) { in loadIcon()
246 case Icon.TYPE_URI: in writeIcon()
/aosp14/frameworks/base/core/java/android/app/
H A DPerson.java134 if (mIcon != null && (mIcon.getType() == Icon.TYPE_URI in getIconUri()
H A DNotification.java24 import static android.graphics.drawable.Icon.TYPE_URI;
2834 if (iconType == TYPE_URI || iconType == TYPE_URI_ADAPTIVE_BITMAP) { in visitIconUri()
10596 && icon.getType() != TYPE_URI) { in Builder()
10636 && icon.getType() != TYPE_URI) { in createIntentBubble()
10698 && icon.getType() != TYPE_URI) { in setIcon()
/aosp14/frameworks/base/core/proto/android/server/
H A Dnotificationhistory.proto71 TYPE_URI = 4; enumerator
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewInfoTask.java306 if (icon.getType() == Icon.TYPE_URI in loadSenderAvatar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java333 if (cardImageIcon.getType() == Icon.TYPE_URI) { in QAWalletCardViewInfo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/graphics/
H A DImageLoader.kt325 Icon.TYPE_URI,
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java155 if (icon.getType() != Icon.TYPE_URI in sanitizeSlice()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTileTest.java149 when(mCardImage.getType()).thenReturn(Icon.TYPE_URI); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt306 if (icon.type != Icon.TYPE_URI && icon.type != Icon.TYPE_URI_ADAPTIVE_BITMAP) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java518 if (iconType == Icon.TYPE_URI || iconType == Icon.TYPE_URI_ADAPTIVE_BITMAP) { in updateActionViews()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java368 case Icon.TYPE_URI: in equalIcons()
/aosp14/frameworks/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java274 if (icon != null && (icon.getType() == Icon.TYPE_URI in validateIconUserBoundary()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1034 case Icon.TYPE_URI: in validateIcon()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1538 case Icon.TYPE_URI: in saveIconAndFixUpShortcutLocked()
1950 if (iconType != Icon.TYPE_URI && iconType != Icon.TYPE_URI_ADAPTIVE_BITMAP) {
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java867 if (icon != null && (icon.getType() == Icon.TYPE_URI in visitIconUri()
/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.txt17139 field public static final int TYPE_URI = 4; // 0x4
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25638 Landroid/media/DataSourceDesc;->TYPE_URI:I