Home
last modified time | relevance | path

Searched defs:contentHeight (Results 1 – 13 of 13) 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.java310 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
DNotificationViewWrapper.java337 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthPanelController.java138 public void updateForContentDimensions(int contentWidth, int contentHeight, in updateForContentDimensions()
/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.java193 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/stack/
DAmbientState.java401 public void setContentHeight(int contentHeight) { in setContentHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java360 int contentHeight = getContentHeightForLayout(nameHeight, isStatusLayout); in setMaxLines() local
/frameworks/base/core/java/android/widget/
DMagnifier.java1079 private void updateContentFactors(final int contentHeight, final float zoom) { in updateContentFactors()
DScrollView.java1387 final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop; in computeVerticalScrollRange() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java532 public void setContentHeight(int contentHeight) { in setContentHeight()