Searched refs:singleToneColor (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
H A D | BatteryMeterView.java | 368 public void updateColors(int foregroundColor, int backgroundColor, int singleToneColor) { in updateColors() argument 369 mDrawable.setColors(foregroundColor, backgroundColor, singleToneColor); in updateColors() 370 mTextColor = singleToneColor; in updateColors() 372 mBatteryPercentView.setTextColor(singleToneColor); in updateColors() 376 mUnknownStateDrawable.setTint(singleToneColor); in updateColors()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | DualToneHandler.kt | 56 Utils.getColorAttrDefaultColor(dualToneDarkTheme, R.attr.singleToneColor), 60 Utils.getColorAttrDefaultColor(dualToneLightTheme, R.attr.singleToneColor),
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | InvocationLightsView.java | 111 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in InvocationLightsView() 112 mDarkColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor); in InvocationLightsView()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
H A D | ThemedBatteryDrawable.kt | 341 fun setColors(fgColor: Int, bgColor: Int, singleToneColor: Int) { 342 fillColor = if (dualTone) fgColor else singleToneColor
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
H A D | KeyButtonDrawable.java | 465 Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor), in create() 466 Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor), in create()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | NavigationBarEdgePanel.java | 558 mArrowColorLight = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in loadColors() 559 mArrowColorDark = Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor); in loadColors()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarView.java | 309 mLightIconColor = Utils.getColorAttrDefaultColor(mLightContext, R.attr.singleToneColor); in NavigationBarView() 310 mDarkIconColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor); in NavigationBarView()
|