Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragLayerController.java188 int contentHeight = mControllers.taskbarStashController in updateContentInsets() local
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DPerfTimeline.java123 int contentHeight = getHeight() - paddingTop - paddingBottom; in onDraw() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthPanelController.java120 public void updateForContentDimensions(int contentWidth, int contentHeight, in updateForContentDimensions()
/aosp12/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.java338 public void setContentHeight(int contentHeight, int minHeightHint) { in setContentHeight()
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DConversationMessageView.java136 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local
/aosp12/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
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTiledTexture.java118 public int contentHeight; field in TiledTexture.Tile
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java408 public void setContentHeight(int contentHeight) { in setContentHeight()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationMessageView.java199 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java360 int contentHeight = getContentHeightForLayout(nameHeight, isStatusLayout); in setMaxLines() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java1165 int contentHeight = getContentAreaHeight(); in onMeasure() local
/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java1079 private void updateContentFactors(final int contentHeight, final float zoom) { in updateContentFactors()
H A DScrollView.java1387 final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop; in computeVerticalScrollRange() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java534 public void setContentHeight(int contentHeight) { in setContentHeight()