Searched refs:mLandscapeInflater (Results 1 – 1 of 1) sorted by relevance
82 protected LayoutInflater mLandscapeInflater; field in NavigationBarInflaterView114 mLandscapeInflater = LayoutInflater.from(mContext.createConfigurationContext(landscape)); in createInflaters()299 LayoutInflater inflater = landscape ? mLandscapeInflater : mLayoutInflater; in inflateButton()