Home
last modified time | relevance | path

Searched refs:dualToneDarkTheme (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDualToneHandler.kt51 val dualToneDarkTheme = ContextThemeWrapper(context, regex
56 Utils.getColorAttrDefaultColor(dualToneDarkTheme, R.attr.singleToneColor),
57 Utils.getColorAttrDefaultColor(dualToneDarkTheme, R.attr.iconBackgroundColor),
58 Utils.getColorAttrDefaultColor(dualToneDarkTheme, R.attr.fillColor))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationHandle.java53 final int dualToneDarkTheme = Utils.getThemeAttr(context, R.attr.darkIconTheme); in NavigationHandle() local
56 Context darkContext = new ContextThemeWrapper(context, dualToneDarkTheme); in NavigationHandle()
H A DNavigationBarEdgePanel.java574 final int dualToneDarkTheme = Utils.getThemeAttr(context, R.attr.darkIconTheme); in loadColors() local
577 Context darkContext = new ContextThemeWrapper(context, dualToneDarkTheme); in loadColors()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DInvocationLightsView.java107 final int dualToneDarkTheme = Utils.getThemeAttr(mContext, R.attr.darkIconTheme); in InvocationLightsView() local
110 Context darkContext = new ContextThemeWrapper(mContext, dualToneDarkTheme); in InvocationLightsView()