Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
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()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconViewController.java189 updateColors(); in onViewAttached()
307 private void updateColors() { in updateColors() method in LockIconViewController
453 updateColors();
458 updateColors();
463 updateColors();
469 updateColors();
DKeyguardClockSwitchController.java88 mView.updateColors(getGradientColors());
177 mView.updateColors(getGradientColors()); in onViewAttached()
DKeyguardClockSwitch.java327 void updateColors(ColorExtractor.GradientColors colors) { in updateColors() method in KeyguardClockSwitch
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java153 updateColors(); in ActivatableNotificationView()
157 private void updateColors() { in updateColors() method in ActivatableNotificationView
181 updateColors(); in updateBackgroundColors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java90 updateColors(); in setColor()
93 private void updateColors() { in updateColors() method in DemoStatusIcons
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayController.java334 Runnable updateColors = () -> { in start() local
352 updateColors.run(); in start()
354 mBgExecutor.execute(updateColors); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterView.java456 updateColors(mNonAdaptedForegroundColor, mNonAdaptedBackgroundColor, in onDarkChanged()
468 public void updateColors(int foregroundColor, int backgroundColor, int singleToneColor) { in updateColors() method in BatteryMeterView
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchControllerTest.java255 verify(mView, times).updateColors(mGradientColors); in verifyAttachment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java2330 updateColors(colors, false /* animate */);
2340 private void updateColors(GradientColors colors, boolean animate) {
2504 updateColors(extractor.getColors(WallpaperManager.FLAG_LOCK),
2509 updateColors(extractor.getColors(WallpaperManager.FLAG_SYSTEM),
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickStatusBarHeader.java263 mBatteryRemainingIcon.updateColors(mTextColorPrimary, textColorSecondary, in updateResources()