Home
last modified time | relevance | path

Searched refs:onShadeInactiveVariant (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DCustomDynamicColors.java281 (s) -> new ToneDeltaPair(onShadeInactive(), onShadeInactiveVariant(), 10.0, in onShadeInactive()
285 public DynamicColor onShadeInactiveVariant() { in onShadeInactiveVariant() method in CustomDynamicColors
295 (s) -> new ToneDeltaPair(onShadeInactiveVariant(), onShadeInactive(), 10.0, in onShadeInactiveVariant()
DDynamicColors.java144 list.add(Pair.create("on_shade_inactive_variant", customMdc.onShadeInactiveVariant())); in getCustomColorsMapped()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModel.kt360 R.attr.onShadeInactiveVariant, in settingsButtonViewModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java256 return Utils.getColorAttrDefaultColor(context, R.attr.onShadeInactiveVariant); in getIconColorForState()
DQSTileViewImpl.kt141 Utils.getColorAttrDefaultColor(context, R.attr.onShadeInactiveVariant) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModelTest.kt94 R.attr.onShadeInactiveVariant, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt329 color = colorAttr(R.attr.onShadeInactiveVariant), in NumberButton()