Home
last modified time | relevance | path

Searched defs:heightMeasureSpec (Results 1 – 25 of 1107) sorted by relevance

12345678910>>...45

/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DAspectRatioFrameLayoutTest.java47 int heightMeasureSpec = View.MeasureSpec.makeMeasureSpec(50, View.MeasureSpec.EXACTLY); in measure_squareAspectRatio_squeezeWidth() local
60 int heightMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY); in measure_squareAspectRatio_stretchWidth() local
73 int heightMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY); in measure_squareAspectRatio_doNotStretch() local
88 int heightMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY); in measure_rectangleAspectRatio_stretch() local
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
H A DGradientsActivity.java105 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
130 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
155 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
179 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/animation/
DMeasurementInput.java11 private int heightMeasureSpec; field in MeasurementInput
13 public MeasurementInput(int widthMeasureSpec, int heightMeasureSpec) { in MeasurementInput()
48 …ndroid.systemui.util.animation.MeasurementInput copy(int widthMeasureSpec, int heightMeasureSpec) { in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/controller/
DCacheKey.java57 private int heightMeasureSpec; field in CacheKey
61 …public CacheKey(int widthMeasureSpec, int heightMeasureSpec, float expansion, boolean gutsVisible)… in CacheKey()
114 ….media.controls.ui.controller.CacheKey copy(int widthMeasureSpec, int heightMeasureSpec, float exp… in copy()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationOptimizedLinearLayout.java88 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
122 private boolean isOptimizationPossible(int widthMeasureSpec, int heightMeasureSpec) { in isOptimizationPossible()
308 int heightMeasureSpec) { in onMeasureOptimized()
366 int heightMeasureSpec) { in measureVerticalOptimized()
H A DNotificationActionListLayout.java136 private int measureAndReturnEvenlyDividedWidth(int heightMeasureSpec, int innerWidth) { in measureAndReturnEvenlyDividedWidth()
172 private int measureAndGetUsedWidth(int widthMeasureSpec, int heightMeasureSpec, int innerWidth, in measureAndGetUsedWidth()
253 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
270 resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure() local
H A DWatchListDecorLayout.java112 private void applyMeasureToChild(View child, int widthMeasureSpec, int heightMeasureSpec) { in applyMeasureToChild()
146 private int measureAndGetHeight(View child, int widthMeasureSpec, int heightMeasureSpec) { in measureAndGetHeight()
159 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
H A DAlertDialogLayout.java70 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
77 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) { in tryOnMeasure()
225 private void forceUniformWidth(int count, int heightMeasureSpec) { in forceUniformWidth()
H A DScrollingTabContainerView.java87 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
412 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
418 heightMeasureSpec); in onMeasure() local
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DTableLayout.java435 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
455 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
470 void measureVertical(int widthMeasureSpec, int heightMeasureSpec) { in measureVertical()
483 private void findLargestCells(int widthMeasureSpec, int heightMeasureSpec) { in findLargestCells()
H A DTableRow.java112 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
193 int heightMeasureSpec, int totalHeight) { in measureChildBeforeLayout()
288 int[] getColumnsWidths(int widthMeasureSpec, int heightMeasureSpec) { in getColumnsWidths()
H A DSpace.java95 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
98 getDefaultSize2(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure() local
H A DLinearLayout.java719 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
808 void measureVertical(int widthMeasureSpec, int heightMeasureSpec) { in measureVertical()
1104 private void forceUniformWidth(int count, int heightMeasureSpec) { in forceUniformWidth()
1138 void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) { in measureHorizontal()
1606 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertDialogLayout.java69 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
76 private boolean tryOnMeasure(int widthMeasureSpec, int heightMeasureSpec) { in tryOnMeasure()
224 private void forceUniformWidth(int count, int heightMeasureSpec) { in forceUniformWidth()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java598 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
642 void measureVertical(int widthMeasureSpec, int heightMeasureSpec) { in measureVertical()
958 private void forceUniformWidth(int count, int heightMeasureSpec) { in forceUniformWidth()
993 void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) { in measureHorizontal()
1061 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
H A DMediaViewControllerTest.kt211 val heightMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY) in <lambda>() constant
232 val heightMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY) in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DResizingSpace.java99 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
102 getDefaultSize2(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DMessagingLinearLayoutTest.java147 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
151 heightMeasureSpec))); in onMeasure() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java438 int heightMeasureSpec = MeasureSpec.makeMeasureSpec(trackHeight, MeasureSpec.EXACTLY); in layoutTrack() local
450 int heightMeasureSpec = MeasureSpec.makeMeasureSpec(mThumbHeight, MeasureSpec.EXACTLY); in layoutThumb() local
462 int heightMeasureSpec = MeasureSpec.makeMeasureSpec(mPreviewHeight, MeasureSpec.EXACTLY); in layoutPreview() local
/aosp_15_r20/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DFillContentLayout.java71 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
77 getDefaultSize(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure() local
/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/view/
H A DFillContentLayout.java94 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
100 getDefaultSize(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraPreview.java69 public int getWidthMeasureSpec(final int widthMeasureSpec, final int heightMeasureSpec) { in getWidthMeasureSpec()
78 public int getHeightMeasureSpec(final int widthMeasureSpec, final int heightMeasureSpec) { in getHeightMeasureSpec()
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDisplayCutoutView.java150 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
157 resolveSizeAndState(mBoundingRect.height(), heightMeasureSpec, 0)); in onMeasure() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
DCameraPreview.java92 public int getWidthMeasureSpec(final int widthMeasureSpec, final int heightMeasureSpec) { in getWidthMeasureSpec()
101 public int getHeightMeasureSpec(final int widthMeasureSpec, final int heightMeasureSpec) { in getHeightMeasureSpec()
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/material-design/flexbox-nodeps/android_common/aar/
Dflexbox-nodeps.jarcom/google/android/flexbox/AlignContent.class AlignContent.java package com.google. ...

12345678910>>...45