Home
last modified time | relevance | path

Searched refs:onShadeInactive (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DCustomDynamicColors.java271 public DynamicColor onShadeInactive() { in onShadeInactive() method in CustomDynamicColors
281 (s) -> new ToneDeltaPair(onShadeInactive(), onShadeInactiveVariant(), 10.0, in onShadeInactive()
295 (s) -> new ToneDeltaPair(onShadeInactiveVariant(), onShadeInactive(), 10.0, in onShadeInactiveVariant()
DDynamicColors.java143 list.add(Pair.create("on_shade_inactive", customMdc.onShadeInactive())); in getCustomColorsMapped()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt131 Utils.getColorAttrDefaultColor(context, R.attr.onShadeInactive) in <lambda>()
135 private val colorLabelInactive = Utils.getColorAttrDefaultColor(context, R.attr.onShadeInactive) in <lambda>()