Home
last modified time | relevance | path

Searched refs:mLightContext (Results 1 – 2 of 2) 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/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java136 private Context mLightContext; field in NavigationBarView
297 mLightContext = new ContextThemeWrapper(context, in NavigationBarView()
299 mLightIconColor = Utils.getColorAttrDefaultColor(mLightContext, R.attr.singleToneColor); in NavigationBarView()
309 mLightContext, R.drawable.ic_ime_switcher_default); in NavigationBarView()
311 new ContextualButton(R.id.accessibility_button, mLightContext, in NavigationBarView()
316 mLightContext, R.drawable.ic_sysbar_rotate_button_ccw_start_0); in NavigationBarView()
318 mRotationButtonController = new RotationButtonController(mLightContext, in NavigationBarView()
623 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()