Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java38 public static KeyButtonDrawable create(Context lightContext, Drawable lightDrawable, in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java476 Context lightContext = new ContextThemeWrapper(ctx, dualToneLightTheme); in updateIcons() local
504 public KeyButtonDrawable getBackDrawable(Context lightContext, Context darkContext) { in getBackDrawable()
511 public KeyButtonDrawable getHomeDrawable(Context lightContext, Context darkContext) { in getHomeDrawable()
532 private KeyButtonDrawable chooseNavigationIconDrawable(Context lightContext, in chooseNavigationIconDrawable()
540 private KeyButtonDrawable getDrawable(Context lightContext, Context darkContext, in getDrawable()
545 private KeyButtonDrawable getDrawable(Context lightContext, Context darkContext, in getDrawable()
832 Context lightContext = new ContextThemeWrapper(ctx, dualToneLightTheme); in updateRotateSuggestionButtonStyle() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java266 Context lightContext = new ContextThemeWrapper(getContext(), dualToneLightTheme); in inflateView() local