/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipKeepClearAlgorithmTest.kt | 178 val expectedBounds = getExpectedAnchorBounds() in test_AnchorBottomRight_KeepClearNotObstructing_StayAtAnchor() constant 193 val expectedBounds = anchorBoundsOffsetBy(SCREEN_EDGE_INSET - sidebar.width() - PADDING, 0) in test_AnchorBottomRight_UnrestrictedRightSidebar_PushedLeft() constant 208 val expectedBounds = anchorBoundsOffsetBy(SCREEN_EDGE_INSET - sidebar.width() - PADDING, 0) in test_AnchorTopRight_UnrestrictedRightSidebar_PushedLeft() constant 223 val expectedBounds = anchorBoundsOffsetBy(0, 0) in test_AnchorBottomLeft_UnrestrictedRightSidebar_StayAtAnchor() constant 238 val expectedBounds = anchorBoundsOffsetBy(0, 0) in test_AnchorBottom_UnrestrictedRightSidebar_StayAtAnchor() constant 254 val expectedBounds = anchorBoundsOffsetBy(0, 0) in testExpanded_AnchorBottom_UnrestrictedRightSidebar_StayAtAnchor() constant 269 val expectedBounds = anchorBoundsOffsetBy(0, in test_AnchorBottomRight_RestrictedSmallBottomBar_PushedUp() constant 285 val expectedBounds = getExpectedAnchorBounds() in test_AnchorBottomRight_RestrictedBottomSheet_StashDownAtAnchor() constant 303 val expectedBounds = anchorBoundsOffsetBy(0, in test_AnchorBottomRight_UnrestrictedBottomSheet_PushUp() constant 327 val expectedBounds = Rect(expectedUnstashBounds) in test_AnchorBottomRight_UnrestrictedBottomSheet_RestrictedSidebar_StashAboveBottomSheet() constant [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarContentInsetsProviderTest.kt | 198 var expectedBounds = in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection() variable 311 var expectedBounds = in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_withCameraProtection() variable 449 var expectedBounds = in Rect() variable 575 var expectedBounds = in testCalculateInsetsForRotationWithRotatedResources_topRightCutout_withCameraProtection() variable 747 var expectedBounds = in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout() variable 851 var expectedBounds = in testCalculateInsetsForRotationWithRotatedResources_noCutout() variable 949 val expectedBounds = in testMinLeftRight_accountsForDisplayCutout() constant
|
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/ |
H A D | AppWindowCoversRightHalfScreenAtEnd.kt | 33 val expectedBounds = in doEvaluate() constant 40 val expectedBounds = in doEvaluate() constant
|
H A D | AppWindowCoversLeftHalfScreenAtEnd.kt | 33 val expectedBounds = in doEvaluate() constant 40 val expectedBounds = in doEvaluate() constant
|
H A D | AppWindowHasMaxDisplayHeight.kt | 29 val expectedBounds = WindowUtils.getInsetDisplayBounds(scenarioInstance.startRotation) in doEvaluate() constant
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/testsdk35/src/android/server/wm/window/ |
H A D | WindowPolicyTestsSdk35.java | 43 final Rect expectedBounds = new Rect( in testOptOutEdgeToEdgeAppBounds() local 62 final Rect expectedBounds = new Rect( in testOptOutEdgeToEdgeDisplayMetrics() local
|
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
H A D | CursorAnchorInfoTest.java | 183 final RectF expectedBounds = MANY_BOUNDS[i]; in testBuilder() local 212 final RectF expectedBounds = MANY_BOUNDS[i]; in testBuilder() local 243 final RectF expectedBounds = MANY_BOUNDS[i]; in testBuilder() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | FilterResultTest.cpp | 255 std::optional<LayerSpace<SkIRect>> expectedBounds, in ApplyAction() 378 LayerSpace<SkIRect> expectedBounds(const LayerSpace<SkIRect>& inputBounds) const { in expectedBounds() function in __anonc0b2cbf60111::ApplyAction 432 LayerSpace<SkIRect> expectedBounds = this->expectedBounds(sourceBounds); in renderExpectedImage() local 772 SkIRect expectedBounds = SkIRect::MakeXYWH(expectedOrigin.x(), expectedOrigin.y(), in compareBitmaps() local 999 std::optional<SkIRect> expectedBounds = {}) { 1151 LayerSpace<SkIRect> expectedBounds = fActions[i].expectedBounds(source.layerBounds()); in run() local
|
H A D | ParsePathTest.cpp | 55 const SkRect& expectedBounds = gRec[i].fBounds; in DEF_TEST() local
|
H A D | GrQuadCropTest.cpp | 44 SkRect expectedBounds = viewMatrix.mapRect(kDrawRect); in run_crop_axis_aligned_test() local
|
H A D | AnimatedImageTest.cpp | 61 const auto expectedBounds = SkRect::MakeIWH(100, 80); in DEF_TEST() local
|
H A D | RoundRectTest.cpp | 1404 SkRect expectedBounds; in verify_success() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/window/ |
H A D | WindowMetricsHelperTest.java | 93 final Rect expectedBounds = new Rect(metrics.getBounds()); in testGetBoundsExcludingNavigationBarAndCutout() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scrim/ |
H A D | ScrimViewTest.java | 96 Rect expectedBounds = new Rect(100, 100, 100, 100); in setDrawableBounds_propagatesToDrawable() local
|
/aosp_15_r20/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/ |
H A D | DesktopModeAppHelper.kt | 473 val expectedBounds = expectedRegion.bounds in <lambda>() constant
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/ |
H A D | BubblePositionerTest.kt | 704 val expectedBounds = Rect(left, top, right, bottom) in testGetBubbleBarExpandedViewBounds() constant
|
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
H A D | AccessibilityEmbeddedHierarchyTest.java | 312 final Rect expectedBounds = new Rect(), boundsAfter = new Rect(); in moveSurfaceViewLayoutPosition() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationSettingsTest.java | 364 Rect expectedBounds = new Rect(expectedLeft, expectedTop, expectedRight, expectedBottom); in onWindowBoundsChanged_updateDraggableWindowBounds() local
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | TextViewTextBoundsInfoTest.java | 341 final RectF expectedBounds = new RectF(expectBounds[index]); in assertCharacterBounds() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopTasksControllerTest.kt | 3479 val expectedBounds = Rect( in <lambda>() constant 3546 val expectedBounds = in <lambda>() constant 3629 val expectedBounds = Rect( in <lambda>() constant 3674 val expectedBounds = Rect(STABLE_BOUNDS.left, 250, STABLE_BOUNDS.right, 750) in <lambda>() constant
|
/aosp_15_r20/cts/tests/accessibility/src/android/view/accessibility/cts/ |
H A D | AccessibilityNodeInfoTest.java | 615 Rect expectedBounds = new Rect(); in assertEqualsAccessibilityNodeInfo() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | DisplayController.java | 420 WindowBounds expectedBounds = cachedValue.get(displayInfo.rotation); in Info() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/input/ |
H A D | WindowUntrustedTouchTestBase.java | 401 Rect expectedBounds = mWmState.getActivity(component).getBounds(); in addActivity() local
|
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraErrorCollector.java | 567 public void expectRectCentered(String msg, Size expectedBounds, Rect actual, in expectRectCentered()
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | ActivityThreadTest.java | 368 final Rect expectedBounds = expectedConfig.windowConfiguration.getBounds(); in assertScreenScale() local
|