Searched refs:onShadeInactiveVariant (Results 1 – 7 of 7) sorted by relevance
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/ |
D | CustomDynamicColors.java | 281 (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()
|
D | DynamicColors.java | 144 list.add(Pair.create("on_shade_inactive_variant", customMdc.onShadeInactiveVariant())); in getCustomColorsMapped()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/ |
D | FooterActionsViewModel.kt | 360 R.attr.onShadeInactiveVariant, in settingsButtonViewModel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImpl.java | 256 return Utils.getColorAttrDefaultColor(context, R.attr.onShadeInactiveVariant); in getIconColorForState()
|
D | QSTileViewImpl.kt | 141 Utils.getColorAttrDefaultColor(context, R.attr.onShadeInactiveVariant) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/ |
D | FooterActionsViewModelTest.kt | 94 R.attr.onShadeInactiveVariant, in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/ |
D | FooterActions.kt | 329 color = colorAttr(R.attr.onShadeInactiveVariant), in NumberButton()
|