/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/ |
D | CalculatedWorkspaceSpecTest.kt | 60 val heightSpec = in normalPhone_returnsThirdBreakpointSpec() constant 103 val heightSpec = in smallPhone_returnsFirstBreakpointSpec() constant 145 val heightSpec = in smallPhone_returnsFirstBreakpointSpec_unsortedFile() constant
|
D | CalculatedHotseatSpecTest.kt | 50 val heightSpec = in normalPhone_returnsSecondBreakpointSpec() constant 76 val heightSpec = in smallPhone_returnsFirstBreakpointSpec() constant
|
D | CalculatedAllAppsSpecTest.kt | 59 val heightSpec = in normalPhone_copiesFromWorkspace() constant
|
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
H A D | SurfaceViewRendererOnMeasureTest.java | 67 int expectedHeight, int widthSpec, int heightSpec) { in assertMeasuredSize() 208 final int heightSpec = MeasureSpec.makeMeasureSpec(1280, MeasureSpec.AT_MOST); in testFrame1280x720() local 220 final int heightSpec = MeasureSpec.makeMeasureSpec(1280, MeasureSpec.AT_MOST); in testFrame1280x720() local 231 final int heightSpec = MeasureSpec.makeMeasureSpec(1280, MeasureSpec.EXACTLY); in testFrame1280x720() local
|
/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/ |
H A D | SeekBarTestCase.kt | 23 val heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED) in run() constant
|
H A D | FailureTestCase.kt | 28 val heightSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
|
H A D | SoftwareRenderingDynamicPropertiesInvalidationTestCase.kt | 36 val heightSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
|
/aosp_15_r20/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
D | StickyHeaderRecyclerView.java | 75 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() 78 measureChild(getHeader(), widthSpec, heightSpec); in onMeasure() local
|
/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
H A D | StickyHeaderRecyclerView.java | 75 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() 78 measureChild(getHeader(), widthSpec, heightSpec); in onMeasure() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | UniqueObjectHostView.kt | 48 val heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.getMode(heightMeasureSpec)) in onMeasure() constant
|
/aosp_15_r20/development/samples/Home/src/com/example/android/home/ |
H A D | ApplicationsStackLayout.java | 184 … final int heightSpec = MeasureSpec.makeMeasureSpec(layoutParams.height, MeasureSpec.EXACTLY); in onLayout() local 243 int heightSpec; in stackApplications() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
H A D | NotificationOptimizedLinearLayoutComparisonTest.java | 216 int heightSpec, in TestSpec() 321 int widthSpec, int heightSpec, in createTestSpec()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLView.java | 365 public void measure(int widthSpec, int heightSpec) { in measure() 382 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
D | MeasureHelper.java | 45 public void measure(int widthSpec, int heightSpec) { in measure()
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | NotificationTopLineView.java | 115 int heightSpec = MeasureSpec.makeMeasureSpec(givenHeight, MeasureSpec.AT_MOST); in onMeasure() local 408 OverflowAdjuster resetForOverflow(int overflow, int heightSpec) { in resetForOverflow()
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | ListPopupWindow.java | 661 final int heightSpec; in show() local 1229 final int heightSpec = MeasureSpec.UNSPECIFIED; in buildDropDown() local
|
/aosp_15_r20/frameworks/ex/widget/java/com/android/ex/widget/ |
H A D | StaggeredGridView.java | 780 final int heightSpec; in layoutChildren() local 938 final int heightSpec; in fillUp() local 1052 final int heightSpec; in fillDown() local
|
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | ControlPanelLayout.java | 40 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
D | RotateLayout.java | 65 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/ |
D | PreviewFrameLayout.java | 63 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/aosp_15_r20/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | BottomSheetLayout.java | 50 public void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/ui/ |
D | RotateLayout.java | 70 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/aosp_15_r20/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | NotificationShadeActivity.java | 132 int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in updateState() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityQuickSettingsTooltipWindow.java | 173 final int heightSpec = in getWindowWidthWith() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuEduTooltipView.java | 162 final int heightSpec = MeasureSpec.makeMeasureSpec(/* size= */ 0, UNSPECIFIED); in updateLocationWith() local
|