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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java47 protected int mContentHeight; field in class:AbsActionBarView
144 mContentHeight = height;
149 return mContentHeight;
H A DScrollingTabContainerView.java70 private int mContentHeight; field in class:ScrollingTabContainerView
113 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
198 mContentHeight = contentHeight;
296 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.java61 private int mContentHeight; field in class:ScrollingTabContainerView
103 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
190 mContentHeight = contentHeight;
285 mContentHeight));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java63 private int mContentHeight; field in class:NotificationContentView
177 mContentHeight = mSmallHeight;
253 mContentHeight = Math.max(Math.min(contentHeight, getHeight()), getMinHeight());;
261 return mContentHeight;
304 mClipBounds.set(0, mClipTopAmount, getWidth(), mContentHeight);
393 if (mContentHeight <= mHeadsUpChild.getHeight() || noExpandedChild) {
399 if (mContentHeight <= mSmallHeight || noExpandedChild) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java107 private int mContentHeight; field in class:NotificationStackScrollLayout
1392 return mContentHeight;
1410 mContentHeight = height + mTopPadding;
2248 int emptyMargin = mMaxLayoutHeight - mContentHeight - mBottomStackPeekSize;

Completed in 114 milliseconds