Searched refs:lightContext (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | FloatingRotationButton.java | 157 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()
|
D | NavigationHandle.java | 54 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in NavigationHandle() local 56 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in NavigationHandle()
|
D | NavigationBarEdgePanel.java | 470 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/ |
D | KeyButtonDrawable.java | 437 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/ |
D | CornerHandleView.java | 62 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/ |
D | InvocationLightsView.java | 107 Context lightContext = new ContextThemeWrapper(mContext, dualToneLightTheme); in InvocationLightsView() local 109 mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); in InvocationLightsView()
|