Home
last modified time | relevance | path

Searched defs:widthSpec (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/
DCalculatedWorkspaceSpecTest.kt58 val widthSpec = in normalPhone_returnsThirdBreakpointSpec() constant
101 val widthSpec = in smallPhone_returnsFirstBreakpointSpec() constant
143 val widthSpec = in smallPhone_returnsFirstBreakpointSpec_unsortedFile() constant
DCalculatedAllAppsSpecTest.kt57 val widthSpec = in normalPhone_copiesFromWorkspace() constant
DCalculatedHotseatSpecTest.kt103 val widthSpec = in normalPhoneLandscape_returnsSecondBreakpointSpec() constant
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DSurfaceViewRendererOnMeasureTest.java67 int expectedHeight, int widthSpec, int heightSpec) { in assertMeasuredSize()
207 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.AT_MOST); in testFrame1280x720() local
219 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.EXACTLY); in testFrame1280x720() local
230 final int widthSpec = MeasureSpec.makeMeasureSpec(720, MeasureSpec.AT_MOST); in testFrame1280x720() local
/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
H A DSeekBarTestCase.kt22 val widthSpec = MeasureSpec.makeMeasureSpec(512, MeasureSpec.EXACTLY) in run() constant
H A DFailureTestCase.kt23 val widthSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
H A DSoftwareRenderingDynamicPropertiesInvalidationTestCase.kt32 val widthSpec = 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.kt46 val widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.getMode(widthMeasureSpec)) in onMeasure() constant
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DDropTargetBar.java147 int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.AT_MOST); in onMeasure() local
189 int widthSpec = MeasureSpec.makeMeasureSpec(availableWidth, MeasureSpec.AT_MOST); in onMeasure() local
/aosp_15_r20/development/samples/Home/src/com/example/android/home/
H A DApplicationsStackLayout.java183 final int widthSpec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY); in onLayout() local
242 int widthSpec; in stackApplications() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DNotificationOptimizedLinearLayoutComparisonTest.java215 int widthSpec, 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/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/
H A DSnapshotTestCaseContext.kt92 val widthSpec = View.MeasureSpec.makeMeasureSpec( in withAnimationView() constant
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java650 final int widthSpec; in show() local
1228 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, widthMode); in buildDropDown() local
/aosp_15_r20/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java778 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.EXACTLY); in layoutChildren() local
906 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.EXACTLY); in fillUp() local
1020 final int widthSpec = MeasureSpec.makeMeasureSpec(widthSize, MeasureSpec.EXACTLY); 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/tests/TransitionTests/src/com/android/transitiontests/
H A DHierarchicalMove.java100 int widthSpec = wide ? LayoutParams.WRAP_CONTENT : LayoutParams.MATCH_PARENT; in sendMessage() local
/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/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsPopupMenu.java98 int widthSpec = MeasureSpec.makeMeasureSpec( in show() local
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/ui/
DRotateLayout.java70 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()

12345678910>>...22