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

/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 DActionBarContextView.java73 mContentHeight = a.getLayoutDimension(
115 layoutParams.height = mContentHeight;
130 mContentHeight = height;
232 layoutParams.height = mContentHeight;
309 int maxHeight = mContentHeight > 0 ?
310 mContentHeight : View.MeasureSpec.getSize(heightMeasureSpec);
360 if (mContentHeight <= 0) {
H A DScrollingTabContainerView.java59 private int mContentHeight; field in class:ScrollingTabContainerView
96 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
185 mContentHeight = contentHeight;
246 mContentHeight));
H A DActionBarView.java245 mContentHeight = a.getLayoutDimension(R.styleable.ActionBar_height, 0);
852 int maxHeight = mContentHeight > 0 ?
853 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
953 if (mContentHeight <= 0) {
984 MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY), 0);
988 if (mContentHeight <= 0) {
/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 DActionBarContextView.java88 mContentHeight = a.getLayoutDimension(
127 layoutParams.height = mContentHeight;
140 mContentHeight = height;
241 layoutParams.height = mContentHeight;
338 int maxHeight = mContentHeight > 0 ?
339 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
386 if (mContentHeight <= 0) {
H A DScrollingTabContainerView.java63 private int mContentHeight; field in class:ScrollingTabContainerView
105 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
190 mContentHeight = contentHeight;
285 mContentHeight));
H A DActionBarView.java233 mContentHeight = a.getLayoutDimension(R.styleable.ActionBar_height, 0);
937 int maxHeight = mContentHeight >= 0 ?
938 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
1050 if (mContentHeight <= 0) {
1084 MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY), 0);
1089 if (mContentHeight <= 0) {

Completed in 114 milliseconds