Home
last modified time | relevance | path

Searched refs:mLandscapeInflater (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DNavigationBarInflaterView.java79 protected LayoutInflater mLandscapeInflater; field in NavigationBarInflaterView
100 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()
237 LayoutInflater inflater = landscape ? mLandscapeInflater : mLayoutInflater; in inflateButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarInflaterView.java104 protected LayoutInflater mLandscapeInflater; field in NavigationBarInflaterView
136 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()
309 LayoutInflater inflater = landscape ? mLandscapeInflater : mLayoutInflater; in inflateButton()