Home
last modified time | relevance | path

Searched defs:heightSpec (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/
DCalculatedWorkspaceSpecTest.kt60 val heightSpec = in normalPhone_returnsThirdBreakpointSpec() constant
103 val heightSpec = in smallPhone_returnsFirstBreakpointSpec() constant
145 val heightSpec = in smallPhone_returnsFirstBreakpointSpec_unsortedFile() constant
DCalculatedHotseatSpecTest.kt50 val heightSpec = in normalPhone_returnsSecondBreakpointSpec() constant
76 val heightSpec = in smallPhone_returnsFirstBreakpointSpec() constant
DCalculatedAllAppsSpecTest.kt59 val heightSpec = in normalPhone_copiesFromWorkspace() constant
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DSurfaceViewRendererOnMeasureTest.java67 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 DSeekBarTestCase.kt23 val heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED) in run() constant
H A DFailureTestCase.kt28 val heightSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
H A DSoftwareRenderingDynamicPropertiesInvalidationTestCase.kt36 val heightSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
/aosp_15_r20/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java75 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 DStickyHeaderRecyclerView.java75 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 DUniqueObjectHostView.kt48 val heightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.getMode(heightMeasureSpec)) in onMeasure() constant
/aosp_15_r20/development/samples/Home/src/com/example/android/home/
H A DApplicationsStackLayout.java184 … 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 DNotificationOptimizedLinearLayoutComparisonTest.java216 int heightSpec, in TestSpec()
321 int widthSpec, int heightSpec, in createTestSpec()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java365 public void measure(int widthSpec, int heightSpec) { in measure()
382 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
DMeasureHelper.java45 public void measure(int widthSpec, int heightSpec) { in measure()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java115 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 DListPopupWindow.java661 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 DStaggeredGridView.java780 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/
DControlPanelLayout.java40 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
DRotateLayout.java65 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/
DPreviewFrameLayout.java63 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/aosp_15_r20/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DBottomSheetLayout.java50 public void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/ui/
DRotateLayout.java70 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
/aosp_15_r20/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DNotificationShadeActivity.java132 int heightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in updateState() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityQuickSettingsTooltipWindow.java173 final int heightSpec = in getWindowWidthWith() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuEduTooltipView.java162 final int heightSpec = MeasureSpec.makeMeasureSpec(/* size= */ 0, UNSPECIFIED); in updateLocationWith() local

12345678910>>...22