Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/
H A DWebViewCaptureHelperTest.java48 int contentHeight = (int) (target.getContentHeight() * target.getScale()); in setInitialScrollPosition() local
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DCustomScrollView.java119 final int contentHeight = content.getMeasuredHeight(); in calculateDimensions() local
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DPerfTimeline.java123 int contentHeight = getHeight() - paddingTop - paddingBottom; in onDraw() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthPanelController.java146 public void updateForContentDimensions(int contentWidth, int contentHeight, in updateForContentDimensions()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java310 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
H A DNotificationViewWrapper.java336 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerImpl.java224 int contentHeight = mExpandedView.getContentHeight(); in animateCollapse() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java320 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { in positionChild()
H A DActionBarContextView.java388 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
H A DScrollingTabContainerView.java193 public void setContentHeight(int contentHeight) { in setContentHeight()
H A DActionBarView.java1095 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom(); in onLayout() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java491 public void setContentHeight(int contentHeight) { in setContentHeight()
H A DNotificationStackScrollLayout.java4017 int contentHeight; in getEmptyBottomMargin() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java594 public void setContentHeight(int contentHeight) { in setContentHeight()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java361 int contentHeight = getContentHeightForLayout(nameHeight, isStatusLayout); in setMaxLines() local
/aosp14/frameworks/base/core/java/android/widget/
H A DMagnifier.java1079 private void updateContentFactors(final int contentHeight, final float zoom) { in updateContentFactors()
H A DScrollView.java1428 final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop; in computeVerticalScrollRange() local