Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DDrawerLayoutTest.java239 final int contentHeight = mContentView.getHeight(); in testDrawerHeight() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationViewWrapper.java164 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
DNotificationTemplateViewWrapper.java235 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAbsActionBarView.java259 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild()
DActionBarContextView.java324 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
DScrollingTabContainerView.java198 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.java189 public void setContentHeight(int contentHeight) { in setContentHeight()
DActionBarView.java1095 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java422 public void setContentHeight(int contentHeight) { in setContentHeight()
/frameworks/base/core/java/android/widget/
DScrollView.java1252 final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop; in computeVerticalScrollRange() local
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java1341 final int contentHeight = getHeight() - getPaddingBottom() - getPaddingTop(); in computeVerticalScrollRange() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1727 int contentHeight = getContentHeight(); in getScrollRange() local