/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Icon.java | 240 if (mType != TYPE_RESOURCE) { in getResources() 255 if (mType != TYPE_RESOURCE) { in getResPackage() 270 if (mType != TYPE_RESOURCE) { in getResId() 412 case TYPE_RESOURCE: in loadDrawableInner() 500 if (mType == TYPE_RESOURCE) { in loadDrawableAsUser() 570 case TYPE_RESOURCE: in writeToStream() 607 case TYPE_RESOURCE: in createFromStream() 645 case TYPE_RESOURCE: in sameAs() 887 case TYPE_RESOURCE: in toString() 935 case TYPE_RESOURCE: in Icon() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LocalImageResolver.java | 113 case Icon.TYPE_RESOURCE: in resolveImage() 284 if (icon.getType() != Icon.TYPE_RESOURCE) {
|
H A D | CachingIconView.java | 221 if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) { in testAndSetCache()
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | StatusBarIcon.java | 36 if (icon.getType() == Icon.TYPE_RESOURCE in StatusBarIcon()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/graphics/ |
H A D | ImageLoader.kt | 330 Icon.TYPE_RESOURCE -> { 460 if (icon.type != Icon.TYPE_RESOURCE) {
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryProtoHelper.java | 207 } else if (iconType == Icon.TYPE_RESOURCE) { in loadIcon() 239 case Icon.TYPE_RESOURCE: in writeIcon()
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | notificationhistory.proto | 69 TYPE_RESOURCE = 2; enumerator
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
H A D | CustomTile.java | 221 if (icon1.getType() != android.graphics.drawable.Icon.TYPE_RESOURCE in iconEquals() 222 || icon2.getType() != android.graphics.drawable.Icon.TYPE_RESOURCE) { in iconEquals()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | PackageManager.java | 264 private static final int TYPE_RESOURCE = 4; field in PackageManager.Property 302 this(name, isResource ? TYPE_RESOURCE : TYPE_INTEGER, packageName, className); in Property() 391 return mType == TYPE_RESOURCE ? mIntegerValue : 0; in getResourceId() 398 return mType == TYPE_RESOURCE; in isResourceId() 431 } else if (mType == TYPE_RESOURCE) { in toBundle() 456 } else if (mType == TYPE_RESOURCE) { in writeToParcel() 477 } else if (type == TYPE_RESOURCE) {
|
H A D | LauncherApps.java | 1476 case Icon.TYPE_RESOURCE: { in getShortcutIconDrawable()
|
H A D | ShortcutInfo.java | 1031 case Icon.TYPE_RESOURCE: in validateIcon()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityManager.java | 2007 if (mIcon != null && mIcon.getType() == Icon.TYPE_RESOURCE) { in getIconResourcePackage() 2016 if (mIcon != null && mIcon.getType() == Icon.TYPE_RESOURCE) { in getIconResource() 2176 if (mIcon != null && mIcon.getType() == Icon.TYPE_RESOURCE) { in saveToXml()
|
H A D | Notification.java | 1795 if (mIcon.getType() == Icon.TYPE_RESOURCE) { in Action() 1826 if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) { in Action() 2608 if (mSmallIcon.getType() == Icon.TYPE_RESOURCE) { in readFromParcelImpl() 4285 if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) { in setSmallIcon()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | StatusBarIconView.java | 366 case Icon.TYPE_RESOURCE: in equalIcons()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 151 case Icon.TYPE_RESOURCE: in isGrayscaleIcon()
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | CalendarContract.java | 913 public static final int TYPE_RESOURCE = 3; field
|
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/ |
H A D | TextClassificationManagerService.java | 1350 return action != null && action.getIcon().getType() == Icon.TYPE_RESOURCE; in shouldRewriteIcon()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1373 if (smallIcon != null && smallIcon.getType() == Icon.TYPE_RESOURCE) { in createLegacyIconExtras()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaDataManager.kt | 1039 if (action.getIcon()?.getType() == Icon.TYPE_RESOURCE) {
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutService.java | 1531 case Icon.TYPE_RESOURCE: { in saveIconAndFixUpShortcutLocked()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 17138 field public static final int TYPE_RESOURCE = 2; // 0x2 35326 field public static final int TYPE_RESOURCE = 3; // 0x3
|