HomeSort by relevance Sort by last modified time
    Searched defs:mHeaderLayout (Results 1 - 2 of 2) sorted by null

  /frameworks/support/design/src/android/support/design/internal/
NavigationMenuPresenter.java 58 private LinearLayout mHeaderLayout;
101 mHeaderLayout = (LinearLayout) mLayoutInflater
197 View view = mLayoutInflater.inflate(res, mHeaderLayout, false);
203 mHeaderLayout.addView(view);
209 mHeaderLayout.removeView(view);
210 if (mHeaderLayout.getChildCount() == 0) {
216 return mHeaderLayout.getChildCount();
220 return mHeaderLayout.getChildAt(index);
269 if (mHeaderLayout.getChildCount() == 0) {
273 ViewCompat.dispatchApplyWindowInsets(mHeaderLayout, insets)
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 64 milliseconds