Searched refs:mLightContext (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
H A D | ContextualButton.java | 34 protected final Context mLightContext; field in ContextualButton 46 mLightContext = lightContext; in ContextualButton() 120 return KeyButtonDrawable.create(mLightContext, lightIconColor, darkIconColor, mIconResId, in getNewDrawable()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
H A D | NavigationBarView.java | 69 private Context mLightContext; field in NavigationBarView 85 mLightContext = context; in NavigationBarView() 225 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarView.java | 122 private Context mLightContext; field in NavigationBarView 277 mLightContext = new ContextThemeWrapper(context, in NavigationBarView() 279 mLightIconColor = Utils.getColorAttrDefaultColor(mLightContext, R.attr.singleToneColor); in NavigationBarView() 287 mLightContext, R.drawable.ic_ime_switcher_default); in NavigationBarView() 289 new ContextualButton(R.id.accessibility_button, mLightContext, in NavigationBarView() 294 mLightContext, R.drawable.ic_sysbar_rotate_button_ccw_start_0); in NavigationBarView() 306 mRotationButtonController = new RotationButtonController(mLightContext, mLightIconColor, in NavigationBarView() 552 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()
|