/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/ |
D | CalculatedWorkspaceSpecTest.kt | 58 val widthSpec = in normalPhone_returnsThirdBreakpointSpec() constant 101 val widthSpec = in smallPhone_returnsFirstBreakpointSpec() constant 143 val widthSpec = in smallPhone_returnsFirstBreakpointSpec_unsortedFile() constant
|
D | CalculatedAllAppsSpecTest.kt | 57 val widthSpec = in normalPhone_copiesFromWorkspace() constant
|
D | CalculatedHotseatSpecTest.kt | 103 val widthSpec = in normalPhoneLandscape_returnsSecondBreakpointSpec() 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() 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 D | SeekBarTestCase.kt | 22 val widthSpec = MeasureSpec.makeMeasureSpec(512, MeasureSpec.EXACTLY) in run() constant
|
H A D | FailureTestCase.kt | 23 val widthSpec = View.MeasureSpec.makeMeasureSpec( in run() constant
|
H A D | SoftwareRenderingDynamicPropertiesInvalidationTestCase.kt | 32 val widthSpec = 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 | 46 val widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.getMode(widthMeasureSpec)) in onMeasure() constant
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DropTargetBar.java | 147 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 D | ApplicationsStackLayout.java | 183 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 D | NotificationOptimizedLinearLayoutComparisonTest.java | 215 int widthSpec, 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/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/ |
H A D | SnapshotTestCaseContext.kt | 92 val widthSpec = View.MeasureSpec.makeMeasureSpec( in withAnimationView() constant
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | ListPopupWindow.java | 650 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 D | StaggeredGridView.java | 778 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/ |
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/tests/TransitionTests/src/com/android/transitiontests/ |
H A D | HierarchicalMove.java | 100 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 D | BottomSheetLayout.java | 50 public void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsPopupMenu.java | 98 int widthSpec = MeasureSpec.makeMeasureSpec( in show() local
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/ui/ |
D | RotateLayout.java | 70 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()
|