Home
last modified time | relevance | path

Searched refs:iconLevel (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/statusbar/
DStatusBarIcon.java29 public int iconLevel; field in StatusBarIcon
34 public StatusBarIcon(UserHandle user, String resPackage, Icon icon, int iconLevel, int number, in StatusBarIcon() argument
46 this.iconLevel = iconLevel; in StatusBarIcon()
52 int iconId, int iconLevel, int number, in StatusBarIcon() argument
55 iconLevel, number, contentDescription); in StatusBarIcon()
61 + ((iconLevel != 0)?(" level=" + iconLevel):"") in toString()
71 this.iconLevel, this.number, this.contentDescription); in clone()
87 this.iconLevel = in.readInt(); in readFromParcel()
97 out.writeInt(this.iconLevel); in writeToParcel()
DIStatusBarService.aidl48 …void setIcon(String slot, String iconPackage, int iconId, int iconLevel, String contentDescription… in setIcon() argument
/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/
DStatusBarIconTest.java54 assertThat(copy.iconLevel).isEqualTo(original.iconLevel); in testParcelable()
/frameworks/base/core/java/android/app/
DStatusBarManager.java330 public void setIcon(String slot, int iconId, int iconLevel, String contentDescription) { in setIcon() argument
334 svc.setIcon(slot, mContext.getPackageName(), iconId, iconLevel, in setIcon()
DNotification.java281 public int iconLevel; field in Notification
2296 iconLevel = parcel.readInt(); in readFromParcelImpl()
2394 that.iconLevel = this.iconLevel; in cloneInto()
2758 parcel.writeInt(iconLevel); in writeToParcelImpl()
3832 mN.iconLevel = level; in setSmallIcon()
5285 contentView.setInt(R.id.icon, "setImageLevel", mN.iconLevel); in bindSmallIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java323 && mIcon.iconLevel == icon.iconLevel; in set()
338 setImageLevel(icon.iconLevel); in set()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt225 n.iconLevel, in <lambda>()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java843 public void setIcon(String slot, String iconPackage, int iconId, int iconLevel, in setIcon() argument
849 iconLevel, 0, contentDescription); in setIcon()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4638 field public int iconLevel;
/frameworks/base/api/
Dcurrent.txt5566 field public int iconLevel;