Searched refs:onShadeActive (Results 1 – 6 of 6) sorted by relevance
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/ |
D | CustomDynamicColors.java | 230 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()
|
D | DynamicColors.java | 140 list.add(Pair.create("on_shade_active", customMdc.onShadeActive())); in getCustomColorsMapped()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/ |
D | FooterActionsViewModel.kt | 380 R.attr.onShadeActive, in powerButtonViewModel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImpl.java | 258 return Utils.getColorAttrDefaultColor(context, R.attr.onShadeActive); in getIconColorForState()
|
D | QSTileViewImpl.kt | 126 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/ |
D | FooterActionsViewModelTest.kt | 121 R.attr.onShadeActive, in <lambda>()
|