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.aidl58 …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/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java344 && mIcon.iconLevel == icon.iconLevel; in set()
359 setImageLevel(icon.iconLevel); in set()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt228 n.iconLevel, in <lambda>()
/frameworks/base/core/java/android/app/
DStatusBarManager.java780 public void setIcon(String slot, int iconId, int iconLevel, String contentDescription) { in setIcon() argument
784 svc.setIcon(slot, mContext.getPackageName(), iconId, iconLevel, in setIcon()
DNotification.java346 public int iconLevel; field in Notification
2608 iconLevel = parcel.readInt(); in readFromParcelImpl()
2708 that.iconLevel = this.iconLevel; in cloneInto()
3122 parcel.writeInt(iconLevel); in writeToParcelImpl()
4190 mN.iconLevel = level; in setSmallIcon()
5667 contentView.setInt(R.id.icon, "setImageLevel", mN.iconLevel); in bindSmallIcon()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1119 public void setIcon(String slot, String iconPackage, int iconId, int iconLevel, in setIcon() argument
1125 iconLevel, 0, contentDescription); in setIcon()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4638 field public int iconLevel;
/frameworks/base/core/api/
Dcurrent.txt6009 field public int iconLevel;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt83205 Lcom/android/internal/statusbar/StatusBarIcon;->iconLevel:I