Home
last modified time | relevance | path

Searched refs:updateColors (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationExpandButton.java153 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 DFooterView.java106 updateColors(); in onConfigurationChanged()
116 public void updateColors() { in updateColors() method in FooterView
H A DActivatableNotificationView.java144 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 DLockIconViewController.java207 updateColors(); in onViewAttached()
333 private void updateColors() { in updateColors() method in LockIconViewController
534 updateColors();
539 updateColors();
545 updateColors();
H A DKeyguardClockSwitchController.java102 mView.updateColors(getGradientColors());
205 mView.updateColors(getGradientColors()); in onViewAttached()
H A DKeyguardClockSwitch.java343 void updateColors(ColorExtractor.GradientColors colors) { in updateColors() method in KeyguardClockSwitch
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DDialpadFragment.java168 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 DDemoStatusIcons.java90 updateColors(); in setColor()
93 private void updateColors() { in updateColors() method in DemoStatusIcons
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterView.java356 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 DThemeOverlayController.java406 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 DKeyguardClockSwitchControllerTest.java275 verify(mView, times).updateColors(mGradientColors); in verifyAttachment()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java2420 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 DQuickStatusBarHeader.java280 mBatteryRemainingIcon.updateColors(mTextColorPrimary, textColorSecondary, in updateResources()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4287 mFooterView.updateColors(); in updateDecorViews()