Searched defs:updateColors (Results 1 – 10 of 10) sorted by relevance
249 private fun updateColors(tintColor: Int, alpha: Int) { in <lambda>() method
162 public void updateColors() { in updateColors() method in FooterView
122 private void updateColors() { in updateColors() method in ActivatableNotificationView
161 private void updateColors() { in updateColors() method in NotificationExpandButton
120 private fun updateColors() { in <lambda>() method
97 private void updateColors() { in updateColors() method in DemoStatusIcons
210 private fun updateColors() { in <lambda>() method in com.android.keyguard.ClockEventController
399 private void updateColors() { in updateColors() method in LockIconViewController
465 public void updateColors(int foregroundColor, int backgroundColor, int singleToneColor) { in updateColors() method in BatteryMeterView
473 Runnable updateColors = () -> { in start() local