/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | AccessibilityNodeInfoUtils.kt | 28 val AccessibilityNodeInfo.bounds: Rect get() = Rect().also { getBoundsInScreen(it) } in <lambda>() constant 31 val bounds = bounds in AccessibilityNodeInfo() constant
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
D | LineGestureStrokeHelper.java | 61 RectF bounds = new RectF(); in assertLineBoundingBox() local 77 void assertLineBoundingBox(RectF bounds) { in assertLineBoundingBox()
|
D | GestureStrokeTest.java | 94 RectF bounds = new RectF(); in testToPath_boundedLine() local
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TestTaskOrganizer.java | 90 final Rect bounds = context.createDisplayContext( in registerOrganizer() local 280 void setRootPrimaryTaskBounds(Rect bounds) { in setRootPrimaryTaskBounds() 281 setTaskBounds(mRootPrimary.getToken(), bounds); in setRootPrimaryTaskBounds() local 284 void setRootSecondaryTaskBounds(Rect bounds) { in setRootSecondaryTaskBounds() 285 setTaskBounds(mRootSecondary.getToken(), bounds); in setRootSecondaryTaskBounds() local 296 private void setTaskBounds(WindowContainerToken container, Rect bounds) { in setTaskBounds() 426 Rect bounds = config.getBounds(); in addTask() local
|
D | TouchHelper.java | 62 final Rect bounds = dc.getDisplayRect(); in touchAndCancelOnDisplayCenterSync() local 103 public void tapOnCenter(Rect bounds, int displayId) { in tapOnCenter() 126 final Rect bounds = mWmState.getDisplay(displayId).getDisplayRect(); in tapOnDisplayCenter() local 131 final Rect bounds = mWmState.getDisplay(displayId).getDisplayRect(); in tapOnDisplayCenterAsync() local 168 final Rect bounds = task.getBounds(); in tapOnTaskCenterAsync() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowContextTests.java | 85 Rect bounds = windowContext.getSystemService(WindowManager.class).getCurrentWindowMetrics() in testWindowContextConfigChanges() local 87 assertBoundsEquals(displayMetricsSession.getDisplayMetrics(), bounds); in testWindowContextConfigChanges() local 95 assertBoundsEquals(displayMetricsSession.getDisplayMetrics(), bounds); in testWindowContextConfigChanges() local 99 Rect bounds) { in assertBoundsEquals() 150 Rect bounds = callbacks.mConfiguration.windowConfiguration.getBounds(); in testWindowContextRegisterComponentCallbacks() local 151 assertBoundsEquals(displayMetricsSession.getDisplayMetrics(), bounds); in testWindowContextRegisterComponentCallbacks() local
|
D | DisplayHashManagerTest.java | 155 Rect bounds = new Rect(10, 20, mTestViewSize.x / 2, mTestViewSize.y / 2); in testGenerateAndVerifyDisplayHash_BoundsInView() local 180 Rect bounds = new Rect(0, 0, mTestViewSize.x + 100, mTestViewSize.y + 100); in testGenerateAndVerifyDisplayHash_BoundsBiggerThanView() local 195 Rect bounds = new Rect(mTestViewSize.x + 1, mTestViewSize.y + 1, mTestViewSize.x + 100, in testGenerateDisplayHash_BoundsOutOfView() local 405 private DisplayHash generateDisplayHash(Rect bounds) { in generateDisplayHash()
|
D | RoundedCornerTests.java | 164 void addChildWindow(Rect bounds) { in addChildWindow() 202 final Rect bounds = new Rect(); in calculateWindowBounds() local
|
D | PrivacyIndicatorBoundsTests.java | 108 Rect bounds = insets.getPrivacyIndicatorBounds(); in testStaticBoundsAreNotNull() local
|
D | WindowInsetsAnimationCallbackTests.java | 161 public Bounds onStart(@NonNull WindowInsetsAnimation animation, @NonNull Bounds bounds) { in onStart()
|
D | WindowInsetsAnimationTestBase.java | 205 WindowInsetsAnimation animation, WindowInsetsAnimation.Bounds bounds) { in onStart() 254 WindowInsetsAnimation animation, WindowInsetsAnimation.Bounds bounds) { in onStart()
|
D | SplashscreenTests.java | 230 private void assertColors(Bitmap img, Rect bounds, int primaryColor, float expectedPrimaryRatio, in assertColors() 282 private void generateFailureImage(Bitmap img, Rect bounds, int primaryColor, in generateFailureImage()
|
D | TaskFragmentOrganizerTest.java | 86 final Rect bounds = new Rect(0, 0, 1000, 1000); in testCreateTaskFragment() local
|
D | AspectRatioTestsBase.java | 56 final Rect bounds = activity.getAppBounds(); in runAspectRatioTest() local
|
D | WindowMetricsTestHelper.java | 144 final Rect bounds = windowMetrics.getBounds(); in getBoundsExcludingNavigationBarAndCutout() local
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_ASurfaceTextureTest.cpp | 59 ARect bounds = {0, 0, 640, 480}; in basicTests() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | InsetDrawableTest.java | 287 Rect bounds = mPassDrawable.getBounds(); in testOnBoundsChange_dimension() local 308 Rect bounds = mPassDrawable.getBounds(); in testOnBoundsChange_fraction() local 527 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
D | DrawableContainerTest.java | 267 Rect bounds = new Rect(10, 15, 100, 150); in testSetHotspotBounds() local 286 Rect bounds = new Rect(10, 15, 100, 150); in testGetHotspotBounds() local 864 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 952 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
D | AdaptiveIconMaskTest.java | 83 RectF bounds = new RectF(); in testDeviceConfigMask_bounds() local
|
D | ScaleDrawableTest.java | 349 Rect bounds = new Rect(2, 2, 26, 32); in testOnBoundsChange() local 568 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
D | DrawableWrapperTest.java | 345 Rect bounds = new Rect(2, 2, 26, 32); in testOnBoundsChange() local 509 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | SurfacePixelValidator2.java | 108 private static void getPixels(Image image, int[] dest, Rect bounds) { in getPixels()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsPresenterDrawable.java | 110 public void setBounds(Rect bounds) { in setBounds()
|
/cts/tests/accessibility/common/src/android/accessibility/cts/common/ |
D | AccessibilityDumper.java | 217 final Rect bounds = new Rect(); in appendNodeText() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PathTest.java | 207 RectF bounds = new RectF(); in testComputeBounds1() local 221 RectF bounds = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testComputeBounds2() local
|