Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DPerfTimeline.java123 int contentHeight = getHeight() - paddingTop - paddingBottom; in onDraw() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java319 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
DNotificationViewWrapper.java281 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java320 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild()
DActionBarContextView.java388 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
DScrollingTabContainerView.java192 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/notification/row/
DNotificationContentView.java600 public void setContentHeight(int contentHeight) { in setContentHeight()
/frameworks/base/core/java/android/widget/
DScrollView.java1360 final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop; in computeVerticalScrollRange() local