Home
last modified time | relevance | path

Searched refs:themeAppRing (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DCustomDynamicColors.java122 public DynamicColor themeAppRing() { in themeAppRing() method in CustomDynamicColors
140 /* background= */ (s) -> themeAppRing(), in themeNotif()
144 (s) -> new ToneDeltaPair(themeNotif(), themeAppRing(), 10.0, TonePolarity.NEARER, in themeNotif()
DDynamicColors.java132 list.add(Pair.create("theme_app_ring", customMdc.themeAppRing())); in getCustomColorsMapped()