Home
last modified time | relevance | path

Searched defs:widthMeasureSpec (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DAspectRatioFrameLayoutTest.java46 int widthMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY); in measure_squareAspectRatio_squeezeWidth() local
59 int widthMeasureSpec = View.MeasureSpec.makeMeasureSpec(50, View.MeasureSpec.EXACTLY); in measure_squareAspectRatio_stretchWidth() local
72 int widthMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY); in measure_squareAspectRatio_doNotStretch() local
87 int widthMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY); in measure_rectangleAspectRatio_stretch() local
/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()
178 private boolean requiresMatchParentRemeasureForVerticalLinearLayout(int widthMeasureSpec) { in requiresMatchParentRemeasureForVerticalLinearLayout()
307 private void onMeasureOptimized(@NonNull View weightedChildView, int widthMeasureSpec, in onMeasureOptimized()
365 private void measureVerticalOptimized(@NonNull View weightedChildView, int widthMeasureSpec, in measureVerticalOptimized()
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 DMessagingLinearLayout.java75 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
192 widthMeasureSpec), in onMeasure() local
260 private void trackMeasureSpecs(int widthMeasureSpec, int heightMeasureSpec) { in trackMeasureSpecs()
H A DNotificationActionListLayout.java172 private int measureAndGetUsedWidth(int widthMeasureSpec, int heightMeasureSpec, int innerWidth, in measureAndGetUsedWidth()
253 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
269 setMeasuredDimension(resolveSize(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure() 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/frameworks/base/core/java/android/widget/
H A DTableLayout.java435 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
454 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
470 void measureVertical(int widthMeasureSpec, int heightMeasureSpec) { in measureVertical()
483 private void findLargestCells(int widthMeasureSpec, int heightMeasureSpec) { in findLargestCells()
552 private void shrinkAndStretchColumns(int widthMeasureSpec) { in shrinkAndStretchColumns()
H A DTableRow.java112 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
192 int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout()
288 int[] getColumnsWidths(int widthMeasureSpec, int heightMeasureSpec) { in getColumnsWidths()
H A DSpace.java95 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
97 getDefaultSize2(getSuggestedMinimumWidth(), widthMeasureSpec), 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()
1138 void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) { in measureHorizontal()
1544 private void forceUniformHeight(int count, int widthMeasureSpec) { in forceUniformHeight()
1606 int widthMeasureSpec, int totalWidth, int heightMeasureSpec, in measureChildBeforeLayout()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/animation/
DMeasurementInput.java10 private int widthMeasureSpec; field in MeasurementInput
13 public MeasurementInput(int widthMeasureSpec, int heightMeasureSpec) { in MeasurementInput()
48 …public final com.android.systemui.util.animation.MeasurementInput copy(int widthMeasureSpec, int h… 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.java56 private int widthMeasureSpec; field in CacheKey
61 …public CacheKey(int widthMeasureSpec, int heightMeasureSpec, float expansion, boolean gutsVisible)… in CacheKey()
114 …l com.android.systemui.media.controls.ui.controller.CacheKey copy(int widthMeasureSpec, int height… in copy()
/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()
993 void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) { in measureHorizontal()
999 private void forceUniformHeight(int count, int widthMeasureSpec) { in forceUniformHeight()
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.kt210 val widthMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY) in <lambda>() constant
231 val widthMeasureSpec = View.MeasureSpec.makeMeasureSpec(100, View.MeasureSpec.EXACTLY) in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/policy/
DVariableDateView.java71 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
82 public abstract void onMeasureAction(int availableWidth, int widthMeasureSpec); in onMeasureAction()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DResizingSpace.java99 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
101 getDefaultSize2(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java437 int widthMeasureSpec = MeasureSpec.makeMeasureSpec(mTrackWidth, MeasureSpec.EXACTLY); in layoutTrack() local
449 int widthMeasureSpec = MeasureSpec.makeMeasureSpec(mTrackWidth, MeasureSpec.EXACTLY); in layoutThumb() local
461 int widthMeasureSpec = MeasureSpec.makeMeasureSpec(mContainer.width(), MeasureSpec.AT_MOST); 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()
76 getDefaultSize(getSuggestedMinimumWidth(), widthMeasureSpec), 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()
99 getDefaultSize(getSuggestedMinimumWidth(), widthMeasureSpec), 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()
156 resolveSizeAndState(mBoundingRect.width(), widthMeasureSpec, 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. ...
Dclasses.jarcom/google/android/flexbox/AlignContent.class AlignContent.java package com.google. ...
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DAppsDividerView.java235 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure()
236 setMeasuredDimension(getDefaultSize(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure() local

12345678910>>...45