Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconHolder.java68 @interface IconType {} annotation in StatusBarIconHolder
71 private @IconType int mType = TYPE_ICON;
75 public static String getTypeString(@IconType int type) { in getTypeString()
129 public @IconType int getType() { in getType()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconView.java49 public @interface IconType {} annotation in LockIconView
56 private @IconType int mIconType;
183 public void updateIcon(@IconType int icon, boolean aod) { in updateIcon()
218 private static int[] getLockIconState(@IconType int icon, boolean aod) { in getLockIconState()
245 private String typeToString(@IconType int type) { in typeToString()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java113 public @interface IconType { annotation in Icon
154 @IconType