Home
last modified time | relevance | path

Searched defs:contentHeight (Results 1 – 15 of 15) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DDrawerLayoutTest.java258 final int contentHeight = mContentView.getHeight(); in testDrawerHeight() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationViewWrapper.java177 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
DNotificationTemplateViewWrapper.java234 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAbsActionBarView.java258 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild()
DActionBarContextView.java325 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
DScrollingTabContainerView.java196 public void setContentHeight(int contentHeight) { in setContentHeight()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java318 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild()
DActionBarContextView.java386 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
DScrollingTabContainerView.java188 public void setContentHeight(int contentHeight) { in setContentHeight()
DActionBarView.java1095 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DPageIndicatorView.java583 int contentHeight = (int) Math.ceil(maxRadius * 2); in onMeasure() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java510 public void setContentHeight(int contentHeight) { in setContentHeight()
/frameworks/base/core/java/android/widget/
DScrollView.java1254 final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop; in computeVerticalScrollRange() local
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java1367 final int contentHeight = getHeight() - getPaddingBottom() - getPaddingTop(); in computeVerticalScrollRange() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1828 int contentHeight = getContentHeight(); in getScrollRange() local