Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarContextView.java90 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()
DAbsActionBarView.java52 protected int mContentHeight; field in AbsActionBarView
111 mContentHeight = height; in setContentHeight()
116 return mContentHeight; in getContentHeight()
DScrollingTabContainerView.java68 private int mContentHeight; field in ScrollingTabContainerView
111 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY); in onMeasure()
196 mContentHeight = contentHeight; in setContentHeight()
293 mContentHeight)); in createTabView()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java97 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()
DAbsActionBarView.java52 protected int mContentHeight; field in AbsActionBarView
117 mContentHeight = height; in setContentHeight()
122 return mContentHeight; in getContentHeight()
DScrollingTabContainerView.java62 private int mContentHeight; field in ScrollingTabContainerView
104 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY); in onMeasure()
189 mContentHeight = contentHeight; in setContentHeight()
284 mContentHeight)); in createTabView()
DActionBarView.java216 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java102 private int mContentHeight; field in NotificationStackScrollLayout
1321 return mContentHeight; in getContentHeight()
1342 mContentHeight = height + mTopPadding; in updateContentHeight()
2027 int emptyMargin = mMaxLayoutHeight - mContentHeight - mBottomStackPeekSize; in getEmptyBottomMargin()