Searched defs:updateColors (Results 1 – 9 of 9) sorted by relevance
249 private fun updateColors(tintColor: Int, alpha: Int) { in <lambda>() method in com.android.systemui.media.controls.ui.SquigglyProgress
175 public void updateColors() { in updateColors() method in FooterView
157 private void updateColors() { in updateColors() method in ActivatableNotificationView
156 private void updateColors() { in updateColors() method in NotificationExpandButton
154 private fun updateColors() { in <lambda>() method
373 private void updateColors() { in updateColors() method in LockIconViewController
106 private void updateColors() { in updateColors() method in DemoStatusIcons
455 public void updateColors(int foregroundColor, int backgroundColor, int singleToneColor) { in updateColors() method in BatteryMeterView
442 Runnable updateColors = () -> { in start() local