Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java82 protected LayoutInflater mLandscapeInflater; field in NavigationBarInflaterView
114 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()
299 LayoutInflater inflater = landscape ? mLandscapeInflater : mLayoutInflater; in inflateButton()