Home
last modified time | relevance | path

Searched refs:ledARGB (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java205 public int ledARGB; field in Notification
388 ledARGB = parcel.readInt(); in Notification()
434 that.ledARGB = this.ledARGB; in clone()
506 parcel.writeInt(ledARGB); in writeToParcel()
1029 n.ledARGB = mLedArgb; in getNotification()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java358 n.ledARGB = 0xff0000ff;
370 n.ledARGB = 0xffff0000;
382 n.ledARGB = 0xffffff00;
394 n.ledARGB = 0x00000000;
406 n.ledARGB = 0xff0000ff;
418 n.ledARGB = 0xff0000ff;
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java176 pw.println(prefix + " ledARGB=0x" + Integer.toHexString(notification.ledARGB) in dump()
1076 int ledARGB = mLedNotification.notification.ledARGB; in updateLightsLocked() local
1080 ledARGB = mDefaultNotificationColor; in updateLightsLocked()
1086 mNotificationLight.setFlashing(ledARGB, LightsService.LIGHT_FLASH_TIMED, in updateLightsLocked()
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd303 <p>To define your own color and pattern, define a value for the <var>ledARGB</var> field
308 notification.ledARGB = 0xff00ff00;
/frameworks/base/api/
Dcurrent.txt3619 field public int ledARGB;
D14.txt3619 field public int ledARGB;