Home
last modified time | relevance | path

Searched defs:updateColors (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java162 public void updateColors() { in updateColors() method in FooterView
H A DActivatableNotificationView.java122 private void updateColors() { in updateColors() method in ActivatableNotificationView
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationExpandButton.java161 private void updateColors() { in updateColors() method in NotificationExpandButton
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DSquigglyProgress.kt249 private fun updateColors(tintColor: Int, alpha: Int) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java97 private void updateColors() { in updateColors() method in DemoStatusIcons
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorHwcLayer.kt120 private fun updateColors() { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterView.java465 public void updateColors(int foregroundColor, int backgroundColor, int singleToneColor) { in updateColors() method in BatteryMeterView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DClockEventController.kt210 private fun updateColors() { regex
H A DLockIconViewController.java399 private void updateColors() { in updateColors() method in LockIconViewController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayController.java477 Runnable updateColors = () -> { in start() local