/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/ |
D | MultiRippleController.kt | 41 fun updateColor(color: Int) { in <lambda>() method in com.android.systemui.surfaceeffects.ripple.MultiRippleController 42 multipleRippleView.ripples.forEach { anim -> anim.updateColor(color) } in <lambda>()
|
D | RippleAnimation.kt | 36 fun updateColor(color: Int) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ |
D | DefaultClockController.kt | 125 updateColor() in onTimeTick() 141 fun updateColor() { in updateColor() method in com.android.systemui.shared.clocks.DefaultClockFaceController 193 largeClock.updateColor() in onColorPaletteChanged() 194 smallClock.updateColor() in onColorPaletteChanged() 201 largeClock.updateColor() in onSeedColorChanged() 202 smallClock.updateColor() in onSeedColorChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
D | AnalogClockController.java | 171 updateColor(); in setTextColor() 177 updateColor(); in setColorPalette() 180 private void updateColor() { in updateColor() method in AnalogClockController
|
D | BubbleClockController.java | 171 updateColor(); in setTextColor() 177 updateColor(); in setColorPalette() 180 private void updateColor() { in updateColor() method in BubbleClockController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | TapAgainViewController.java | 47 mView.updateColor(); 52 mView.updateColor();
|
D | TapAgainView.java | 48 updateColor(); in onFinishInflate() 51 void updateColor() { in updateColor() method in TapAgainView
|
D | LockIcon.java | 152 void updateColor(int iconColor) { in updateColor() method in LockIcon
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/view/ |
D | KeyboardBacklightDialog.kt | 144 updateColor(drawable, filledRectangleColor) in <lambda>() 146 updateColor(drawable, emptyRectangleColor) in <lambda>() 152 private fun updateColor(drawable: ShapeDrawable, @ColorInt color: Int) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsKeyguardViewController.kt | 146 view.updateColor() in <lambda>() 150 view.updateColor() in <lambda>() 156 view.updateColor() in <lambda>()
|
D | UdfpsKeyguardView.java | 174 void updateColor() { in updateColor() method in UdfpsKeyguardView 312 updateColor();
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/ |
D | TurbulenceNoiseController.kt | 64 turbulenceNoiseView.updateColor(color) in updateNoiseColor()
|
D | TurbulenceNoiseView.kt | 63 internal fun updateColor(color: Int) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/ripple/ |
D | RippleAnimationTest.kt | 90 updateColor(expectedColor) in updateColor_updatesColorCorrectly()
|
D | MultiRippleControllerTest.kt | 60 updateColor(expectedColor) in updateColor_updatesColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
D | ColorSchemeTransition.kt | 140 multiRippleController.updateColor(accentPrimary) in accentPrimary()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | AccessibilityFloatingMenuView.java | 688 updateColor(); in onConfigurationChanged() 784 private void updateColor() { in updateColor() method in AccessibilityFloatingMenuView
|