/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | AspectRatioFrameLayoutTest.java | 46 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 D | NotificationOptimizedLinearLayout.java | 88 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 D | WatchListDecorLayout.java | 112 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 D | MessagingLinearLayout.java | 75 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 D | NotificationActionListLayout.java | 172 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 D | GradientsActivity.java | 105 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 D | TableLayout.java | 435 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 D | TableRow.java | 112 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 D | Space.java | 95 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() 97 getDefaultSize2(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure() local
|
H A D | LinearLayout.java | 719 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/ |
D | MeasurementInput.java | 10 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/ |
D | CacheKey.java | 56 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/ |
D | MatchParentShrinkingLinearLayout.java | 598 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 D | MediaViewControllerTest.kt | 210 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/ |
D | VariableDateView.java | 71 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 D | ResizingSpace.java | 99 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/ |
D | ConversationFastScroller.java | 437 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/ |
D | FillContentLayout.java | 71 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 D | FillContentLayout.java | 94 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/ |
D | CameraPreview.java | 69 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 D | DisplayCutoutView.java | 150 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/ |
D | CameraPreview.java | 92 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/ |
D | flexbox-nodeps.jar | com/google/android/flexbox/AlignContent.class
AlignContent.java
package com.google. ... |
D | classes.jar | com/google/android/flexbox/AlignContent.class
AlignContent.java
package com.google. ... |
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/ |
D | AppsDividerView.java | 235 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() 236 setMeasuredDimension(getDefaultSize(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure() local
|