Searched refs:shadeInactive (Results 1 – 6 of 6) sorted by relevance
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/ |
D | CustomDynamicColors.java | 226 (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()
|
D | DynamicColors.java | 142 list.add(Pair.create("shade_inactive", customMdc.shadeInactive())); in getCustomColorsMapped()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/ |
D | FooterActionsViewModel.kt | 333 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/ |
D | FooterActionsViewModelTest.kt | 89 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/ |
D | FooterActions.kt | 310 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/ |
D | QSTileViewImpl.kt | 120 private val colorInactive = Utils.getColorAttrDefaultColor(context, R.attr.shadeInactive) in <lambda>()
|