Home
last modified time | relevance | path

Searched refs:lightContext (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DFloatingRotationButton.java157 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in getImageDrawable() local
164 return KeyButtonDrawable.create(lightContext, in getImageDrawable()
165 Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor), darkColor, in getImageDrawable()
DNavigationHandle.java54 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in NavigationHandle() local
56 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in NavigationHandle()
DNavigationBarEdgePanel.java470 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in loadColors() local
472 mArrowColorLight = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in loadColors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java437 Context lightContext = new ContextThemeWrapper(ctx, dualToneLightTheme); in create() local
439 return KeyButtonDrawable.create(lightContext, darkContext, icon, hasShadow, in create()
456 public static KeyButtonDrawable create(Context lightContext, Context darkContext, in create() argument
458 return create(lightContext, in create()
459 Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor), in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCornerHandleView.java62 Context lightContext = new ContextThemeWrapper(mContext, dualToneLightTheme); in CornerHandleView() local
64 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in CornerHandleView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java107 Context lightContext = new ContextThemeWrapper(mContext, dualToneLightTheme); in InvocationLightsView() local
109 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in InvocationLightsView()