/frameworks/base/core/java/com/android/internal/widget/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | LockIconViewController.java | 189 updateColors(); in onViewAttached() 307 private void updateColors() { in updateColors() method in LockIconViewController 453 updateColors(); 458 updateColors(); 463 updateColors(); 469 updateColors();
|
D | KeyguardClockSwitchController.java | 88 mView.updateColors(getGradientColors()); 177 mView.updateColors(getGradientColors()); in onViewAttached()
|
D | KeyguardClockSwitch.java | 327 void updateColors(ColorExtractor.GradientColors colors) { in updateColors() method in KeyguardClockSwitch
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationView.java | 153 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/ |
D | DemoStatusIcons.java | 90 updateColors(); in setColor() 93 private void updateColors() { in updateColors() method in DemoStatusIcons
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
D | ThemeOverlayController.java | 334 Runnable updateColors = () -> { in start() local 352 updateColors.run(); in start() 354 mBgExecutor.execute(updateColors); in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | BatteryMeterView.java | 456 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/ |
D | KeyguardClockSwitchControllerTest.java | 255 verify(mView, times).updateColors(mGradientColors); in verifyAttachment()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 2330 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/ |
D | QuickStatusBarHeader.java | 263 mBatteryRemainingIcon.updateColors(mTextColorPrimary, textColorSecondary, in updateResources()
|