Searched refs:mLandscapeInflater (Results 1 – 2 of 2) sorted by relevance
79 protected LayoutInflater mLandscapeInflater; field in NavigationBarInflaterView100 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()237 LayoutInflater inflater = landscape ? mLandscapeInflater : mLayoutInflater; in inflateButton()
104 protected LayoutInflater mLandscapeInflater; field in NavigationBarInflaterView136 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()309 LayoutInflater inflater = landscape ? mLandscapeInflater : mLayoutInflater; in inflateButton()