/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | NotificationExpandButton.java | 153 updateColors(); in updateNumber() 156 private void updateColors() { in updateColors() method in NotificationExpandButton 186 updateColors(); in setDefaultTextColor() 195 updateColors(); in setDefaultPillColor() 204 updateColors(); in setHighlightTextColor() 213 updateColors(); in setHighlightPillColor()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | FooterView.java | 106 updateColors(); in onConfigurationChanged() 116 public void updateColors() { in updateColors() method in FooterView
|
H A D | ActivatableNotificationView.java | 144 updateColors(); in ActivatableNotificationView() 147 private void updateColors() { in updateColors() method in ActivatableNotificationView 160 updateColors(); in updateBackgroundColors()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconViewController.java | 207 updateColors(); in onViewAttached() 333 private void updateColors() { in updateColors() method in LockIconViewController 534 updateColors(); 539 updateColors(); 545 updateColors();
|
H A D | KeyguardClockSwitchController.java | 102 mView.updateColors(getGradientColors()); 205 mView.updateColors(getGradientColors()); in onViewAttached()
|
H A D | KeyguardClockSwitch.java | 343 void updateColors(ColorExtractor.GradientColors colors) { in updateColors() method in KeyguardClockSwitch
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | DialpadFragment.java | 168 updateColors(); in onResume() 172 public void updateColors() { in updateColors() method in DialpadFragment
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | DemoStatusIcons.java | 90 updateColors(); in setColor() 93 private void updateColors() { in updateColors() method in DemoStatusIcons
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
H A D | BatteryMeterView.java | 356 updateColors(mNonAdaptedForegroundColor, mNonAdaptedBackgroundColor, in onDarkChanged() 368 public void updateColors(int foregroundColor, int backgroundColor, int singleToneColor) { in updateColors() method in BatteryMeterView
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
H A D | ThemeOverlayController.java | 406 Runnable updateColors = () -> { in start() local 424 updateColors.run(); in start() 426 mBgExecutor.execute(updateColors); in start()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardClockSwitchControllerTest.java | 275 verify(mView, times).updateColors(mGradientColors); in verifyAttachment()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 2420 updateColors(colors, false /* animate */); 2430 private void updateColors(GradientColors colors, boolean animate) { 2504 updateColors(extractor.getColors(WallpaperManager.FLAG_LOCK), 2509 updateColors(extractor.getColors(WallpaperManager.FLAG_SYSTEM),
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QuickStatusBarHeader.java | 280 mBatteryRemainingIcon.updateColors(mTextColorPrimary, textColorSecondary, in updateResources()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 4287 mFooterView.updateColors(); in updateDecorViews()
|