Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DContextualButton.java34 protected final Context mLightContext; field in ContextualButton
46 mLightContext = lightContext; in ContextualButton()
120 return KeyButtonDrawable.create(mLightContext, lightIconColor, darkIconColor, mIconResId, in getNewDrawable()
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DNavigationBarView.java69 private Context mLightContext; field in NavigationBarView
85 mLightContext = context; in NavigationBarView()
229 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java125 private Context mLightContext; field in NavigationBarView
282 mLightContext = new ContextThemeWrapper(context, in NavigationBarView()
284 mLightIconColor = Utils.getColorAttrDefaultColor(mLightContext, R.attr.singleToneColor); in NavigationBarView()
292 mLightContext, R.drawable.ic_ime_switcher_default); in NavigationBarView()
294 new ContextualButton(R.id.accessibility_button, mLightContext, in NavigationBarView()
309 mRotationButtonController = new RotationButtonController(mLightContext, mLightIconColor, in NavigationBarView()
532 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()