Home
last modified time | relevance | path

Searched refs:mLightContext (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DContextualButton.java34 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 DNavigationBarView.java69 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 DNavigationBarView.java122 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()