Searched defs:iconLevel (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIcon.java27 public int iconLevel; field in class:StatusBarIcon
32 public StatusBarIcon(String iconPackage, UserHandle user, int iconId, int iconLevel, int number, argument
37 this.iconLevel = iconLevel;
46 + " level=" + this.iconLevel + " visible=" + visible
53 this.iconLevel, this.number, this.contentDescription);
69 this.iconLevel = in.readInt();
79 out.writeInt(this.iconLevel);
/frameworks/base/core/java/android/app/
H A DStatusBarManager.java150 public void setIcon(String slot, int iconId, int iconLevel, String contentDescription) { argument
154 svc.setIcon(slot, mContext.getPackageName(), iconId, iconLevel,
H A DNotification.java133 public int iconLevel; field in class:Notification
745 iconLevel = parcel.readInt();
798 that.iconLevel = this.iconLevel;
949 parcel.writeInt(iconLevel);
1269 * @see Notification#iconLevel
1798 n.iconLevel = mSmallIconLevel;
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java192 public void setIcon(String slot, String iconPackage, int iconId, int iconLevel, argument
203 iconLevel, 0,

Completed in 325 milliseconds