Searched defs:lightContext (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonDrawable.java | 38 public static KeyButtonDrawable create(Context lightContext, Drawable lightDrawable, in create()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarView.java | 476 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/ |
D | ScreenPinningRequest.java | 266 Context lightContext = new ContextThemeWrapper(getContext(), dualToneLightTheme); in inflateView() local
|