Home
last modified time | relevance | path

Searched refs:onShadeActive (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DCustomDynamicColors.java230 public DynamicColor onShadeActive() { in onShadeActive() method in CustomDynamicColors
240 (s) -> new ToneDeltaPair(onShadeActive(), onShadeActiveVariant(), 20.0, in onShadeActive()
254 (s) -> new ToneDeltaPair(onShadeActiveVariant(), onShadeActive(), 20.0, in onShadeActiveVariant()
DDynamicColors.java140 list.add(Pair.create("on_shade_active", customMdc.onShadeActive())); in getCustomColorsMapped()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModel.kt380 R.attr.onShadeActive, in powerButtonViewModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java258 return Utils.getColorAttrDefaultColor(context, R.attr.onShadeActive); in getIconColorForState()
DQSTileViewImpl.kt126 Utils.getColorAttrDefaultColor(context, R.attr.onShadeActive) in <lambda>()
134 private val colorLabelActive = Utils.getColorAttrDefaultColor(context, R.attr.onShadeActive) in <lambda>()
1044 Utils.getColorAttrDefaultColor(context, R.attr.onShadeActive), in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModelTest.kt121 R.attr.onShadeActive, in <lambda>()