Searched refs:intersects (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | RectTest.java | 73 assertTrue(mRect.intersects(5, 5, 15, 15)); in testIntersects1() 80 assertFalse(mRect.intersects(15, 15, 25, 25)); in testIntersects1() 94 assertTrue(Rect.intersects(rect1, rect2)); in testIntersects2() 98 assertFalse(Rect.intersects(rect1, rect2)); in testIntersects2()
|
D | RectFTest.java | 101 assertTrue(mRectF.intersects(5, 5, 15, 15)); in testIntersects1() 108 assertFalse(mRectF.intersects(15, 15, 25, 25)); in testIntersects1() 122 assertTrue(RectF.intersects(rectF1, rectF2)); in testIntersects2() 126 assertFalse(RectF.intersects(rectF1, rectF2)); in testIntersects2()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | DisplayCutoutTests.java | 439 return Rect.intersects(cutoutRect, appBound) || waterfallSize > 0; in hasBound() 494 return Rect.intersects(safeRect, item);
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityMagnificationTest.java | 324 Rect.intersects(displayRect, boundsInScreen)); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()
|
/cts/apps/CameraITS/tests/inprog/rolling_shutter_skew/ |
D | test_rolling_shutter_skew.py | 430 def intersects(self, other): member in convert_to_circles.Circle
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 3288 bounds.contains(rect) || Rect.intersects(bounds, rect)); in testFaces()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 5669 name: "intersects"
|