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.java158 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in getImageDrawable() local
DNavigationBarEdgePanel.java528 Context lightContext = new ContextThemeWrapper(context, dualToneLightTheme); in loadColors() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCornerHandleView.java63 Context lightContext = new ContextThemeWrapper(mContext, dualToneLightTheme); in CornerHandleView() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java454 Context lightContext = new ContextThemeWrapper(ctx, dualToneLightTheme); in create() local
473 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