Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DNavigationHandle.java86 Context darkContext = new ContextThemeWrapper(context, dualToneDarkTheme); in NavigationHandle() local
88 mDarkColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.homeHandleColor); in NavigationHandle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java111 Context darkContext = new ContextThemeWrapper(mContext, dualToneDarkTheme); in InvocationLightsView() local
113 mDarkColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor); in InvocationLightsView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonDrawable.java462 public static KeyButtonDrawable create(Context lightContext, Context darkContext, in create() argument
466 Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor), in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java280 final Context darkContext = new ContextThemeWrapper(context, in NavigationBarView() local
285 mDarkIconColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor); in NavigationBarView()