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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java52 protected int mContentHeight; field in class:AbsActionBarView
111 mContentHeight = height;
116 return mContentHeight;
H A DScrollingTabContainerView.java68 private int mContentHeight; field in class:ScrollingTabContainerView
111 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
196 mContentHeight = contentHeight;
293 mContentHeight));
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java52 protected int mContentHeight; field in class:AbsActionBarView
117 mContentHeight = height;
122 return mContentHeight;
H A DScrollingTabContainerView.java62 private int mContentHeight; field in class:ScrollingTabContainerView
104 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
189 mContentHeight = contentHeight;
284 mContentHeight));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java90 private int mContentHeight; field in class:NotificationStackScrollLayout
1269 return mContentHeight;
1290 mContentHeight = height + mTopPadding;
1928 int emptyMargin = mMaxLayoutHeight - mContentHeight - mBottomStackPeekSize;

Completed in 189 milliseconds