Home
last modified time | relevance | path

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

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DCustomDynamicColors.java204 public DynamicColor underSurface() { in underSurface() method in CustomDynamicColors
222 /* background= */ (s) -> underSurface(), in shadeActive()
264 /* background= */ (s) -> underSurface(), in shadeInactive()
305 /* background= */ (s) -> underSurface(), in shadeDisabled()
DDynamicColors.java138 list.add(Pair.create("under_surface", customMdc.underSurface())); in getCustomColorsMapped()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt165 val backgroundColor = colorAttr(R.attr.underSurface) in FooterActions()
365 color = colorAttr(R.attr.underSurface), in TextButton()