Searched defs:mContentHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java40 protected int mContentHeight; field in class:AbsActionBarView
97 mContentHeight = height;
99 mMenuView.setMaxItemHeight(mContentHeight);
105 return mContentHeight;
H A DScrollingTabContainerView.java63 private int mContentHeight; field in class:ScrollingTabContainerView
105 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
190 mContentHeight = contentHeight;
285 mContentHeight));
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java43 protected int mContentHeight; field in class:AbsActionBarView
99 mContentHeight = height;
104 return mContentHeight;
H A DScrollingTabContainerView.java59 private int mContentHeight; field in class:ScrollingTabContainerView
96 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
185 mContentHeight = contentHeight;
246 mContentHeight));

Completed in 110 milliseconds