Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationHandle.java54 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in NavigationHandle() local
DFloatingRotationButton.java157 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in getImageDrawable() local
DNavigationBarEdgePanel.java470 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in loadColors() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCornerHandleView.java62 Context lightContext = new ContextThemeWrapper(mContext, dualToneLightTheme); in CornerHandleView() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java437 Context lightContext = new ContextThemeWrapper(ctx, dualToneLightTheme); in create() local
456 public static KeyButtonDrawable create(Context lightContext, Context darkContext, in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java109 Context lightContext = new ContextThemeWrapper(mContext, dualToneLightTheme); in InvocationLightsView() local