Home
last modified time | relevance | path

Searched refs:shadeInactive (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DCustomDynamicColors.java226 (s) -> new ToneDeltaPair(shadeActive(), shadeInactive(), 30.0, TonePolarity.LIGHTER, in shadeActive()
258 public DynamicColor shadeInactive() { in shadeInactive() method in CustomDynamicColors
267 /* toneDeltaPair= */(s) -> new ToneDeltaPair(shadeInactive(), shadeDisabled(), 15.0, in shadeInactive()
277 /* background= */ (s) -> shadeInactive(), in onShadeInactive()
291 /* background= */ (s) -> shadeInactive(), in onShadeInactiveVariant()
DDynamicColors.java142 list.add(Pair.create("shade_inactive", customMdc.shadeInactive())); in getCustomColorsMapped()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModel.kt333 backgroundColor = R.attr.shadeInactive, in userSwitcherButtonViewModel()
362 backgroundColor = R.attr.shadeInactive, in settingsButtonViewModel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModelTest.kt89 assertThat(settings.backgroundColor).isEqualTo(R.attr.shadeInactive) in <lambda>()
174 assertThat(userSwitcher.backgroundColor).isEqualTo(R.attr.shadeInactive) in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt310 color = colorAttr(R.attr.shadeInactive), in NumberButton()
367 borderStroke = BorderStroke(1.dp, colorAttr(R.attr.shadeInactive)), in TextButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt120 private val colorInactive = Utils.getColorAttrDefaultColor(context, R.attr.shadeInactive) in <lambda>()