Searched refs:mHeaderLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java62 LinearLayout mHeaderLayout; field in class:NavigationMenuPresenter
105 mHeaderLayout = (LinearLayout) mLayoutInflater
201 View view = mLayoutInflater.inflate(res, mHeaderLayout, false);
207 mHeaderLayout.addView(view);
213 mHeaderLayout.removeView(view);
214 if (mHeaderLayout.getChildCount() == 0) {
220 return mHeaderLayout.getChildCount();
224 return mHeaderLayout.getChildAt(index);
273 if (mHeaderLayout.getChildCount() == 0) {
277 ViewCompat.dispatchApplyWindowInsets(mHeaderLayout, inset
[all...]

Completed in 7 milliseconds