Searched refs:ledARGB (Results 1 – 6 of 6) sorted by relevance
205 public int ledARGB; field in Notification388 ledARGB = parcel.readInt(); in Notification()434 that.ledARGB = this.ledARGB; in clone()506 parcel.writeInt(ledARGB); in writeToParcel()1029 n.ledARGB = mLedArgb; in getNotification()
358 n.ledARGB = 0xff0000ff;370 n.ledARGB = 0xffff0000;382 n.ledARGB = 0xffffff00;394 n.ledARGB = 0x00000000;406 n.ledARGB = 0xff0000ff;418 n.ledARGB = 0xff0000ff;
176 pw.println(prefix + " ledARGB=0x" + Integer.toHexString(notification.ledARGB) in dump()1076 int ledARGB = mLedNotification.notification.ledARGB; in updateLightsLocked() local1080 ledARGB = mDefaultNotificationColor; in updateLightsLocked()1086 mNotificationLight.setFlashing(ledARGB, LightsService.LIGHT_FLASH_TIMED, in updateLightsLocked()
303 <p>To define your own color and pattern, define a value for the <var>ledARGB</var> field308 notification.ledARGB = 0xff00ff00;
3619 field public int ledARGB;