Home
last modified time | relevance | path

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

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DCustomDynamicColors.java267 /* toneDeltaPair= */(s) -> new ToneDeltaPair(shadeInactive(), shadeDisabled(), 15.0, in shadeInactive()
299 public DynamicColor shadeDisabled() { in shadeDisabled() method in CustomDynamicColors
DDynamicColors.java145 list.add(Pair.create("shade_disabled", customMdc.shadeDisabled())); in getCustomColorsMapped()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt121 private val colorUnavailable = Utils.getColorAttrDefaultColor(context, R.attr.shadeDisabled) in <lambda>()