Searched refs:mContentHeight (Results 1 – 8 of 8) sorted by relevance
90 mContentHeight = a.getLayoutDimension( in ActionBarContextView()133 layoutParams.height = mContentHeight; in setSplitToolbar()146 mContentHeight = height; in setContentHeight()247 layoutParams.height = mContentHeight; in initForMode()344 int maxHeight = mContentHeight > 0 ? in onMeasure()345 mContentHeight : MeasureSpec.getSize(heightMeasureSpec); in onMeasure()392 if (mContentHeight <= 0) { in onMeasure()
52 protected int mContentHeight; field in AbsActionBarView111 mContentHeight = height; in setContentHeight()116 return mContentHeight; in getContentHeight()
68 private int mContentHeight; field in ScrollingTabContainerView111 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY); in onMeasure()196 mContentHeight = contentHeight; in setContentHeight()293 mContentHeight)); in createTabView()
97 mContentHeight = a.getLayoutDimension( in ActionBarContextView()140 layoutParams.height = mContentHeight; in setSplitToolbar()153 mContentHeight = height; in setContentHeight()254 layoutParams.height = mContentHeight; in initForMode()351 int maxHeight = mContentHeight > 0 ? in onMeasure()352 mContentHeight : MeasureSpec.getSize(heightMeasureSpec); in onMeasure()399 if (mContentHeight <= 0) { in onMeasure()
52 protected int mContentHeight; field in AbsActionBarView117 mContentHeight = height; in setContentHeight()122 return mContentHeight; in getContentHeight()
62 private int mContentHeight; field in ScrollingTabContainerView104 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY); in onMeasure()189 mContentHeight = contentHeight; in setContentHeight()284 mContentHeight)); in createTabView()
216 mContentHeight = a.getLayoutDimension(R.styleable.ActionBar_height, 0); in ActionBarView()923 int maxHeight = mContentHeight >= 0 ? in onMeasure()924 mContentHeight : MeasureSpec.getSize(heightMeasureSpec); in onMeasure()1036 if (mContentHeight <= 0) { in onMeasure()1070 MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY), 0); in onMeasure()1075 if (mContentHeight <= 0) { in onMeasure()
102 private int mContentHeight; field in NotificationStackScrollLayout1321 return mContentHeight; in getContentHeight()1342 mContentHeight = height + mTopPadding; in updateContentHeight()2027 int emptyMargin = mMaxLayoutHeight - mContentHeight - mBottomStackPeekSize; in getEmptyBottomMargin()