Home
last modified time | relevance | path

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

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DCustomDynamicColors.java134 public DynamicColor themeNotif() { in themeNotif() method in CustomDynamicColors
144 (s) -> new ToneDeltaPair(themeNotif(), themeAppRing(), 10.0, TonePolarity.NEARER, in themeNotif()
DDynamicColors.java133 list.add(Pair.create("on_theme_app_ring", customMdc.themeNotif())); in getCustomColorsMapped()