Home
last modified time | relevance | path

Searched defs:rect (Results 1 – 25 of 84) sorted by relevance

1234

/cts/tests/tests/graphics/src/android/graphics/cts/
DRectTest.java61 Rect rect = new Rect(1, 2, 3, 4); in testSet2() local
190 Rect rect; in testUnion2() local
299 Rect rect; in testContains3() local
348 Rect rect; in testIntersect2() local
416 Rect rect = new Rect(1, 2, 3, 4); in testEquals() local
494 Rect rect; in testAccessParcel() local
516 Rect rect = Rect.unflattenFromString(flattenString); in testFlattenToString() local
DRectFTest.java47 Rect rect = new Rect(0, 0, 10, 10); in testConstructor() local
89 Rect rect = new Rect(1, 2, 3, 4); in testSet3() local
473 Rect rect = new Rect(); in testRoundOut() local
484 Rect rect = new Rect(); in testRound() local
DInsetsTest.java56 Rect rect = new Rect(1, 2, 3, 4); in testInsetsFromRect() local
66 Rect rect = new Rect(10, 20, 30, 40); in testInsetsEquality() local
DRegionIteratorTest.java46 Rect rect = new Rect(); in testNext() local
DYuvImageTest.java547 Rect rect) { in compressOddRect()
560 private Bitmap compressDecompress(YuvImage image, Rect rect) { in compressDecompress()
635 Rect rect = new Rect(0, 0, WIDTH, HEIGHT); in verifyParameters() local
644 Rect rect = new Rect(0, 0, WIDTH, HEIGHT); in verifyParameters() local
653 Rect rect = new Rect(0, 0, WIDTH, HEIGHT); in verifyParameters() local
662 Rect rect = new Rect(10, 0, WIDTH, HEIGHT + 5); in verifyParameters() local
671 Rect rect = new Rect(0, 0, WIDTH, HEIGHT); in verifyParameters() local
DPathDashPathEffectTest.java62 RectF rect = new RectF(0, HEIGHT / 2 - SQUARE, 0, HEIGHT / 2 + SQUARE); in testPathDashPathEffect() local
DEmbossMaskFilterTest.java91 private long brightness(Bitmap b, Rect rect) { in brightness()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DForceDarkTests.java80 final Rect rect = new Rect(10, 10, 80, 80); in testFgRect() local
96 final Rect rect = new Rect(10, 10, 80, 80); in testFgRectDisable() local
136 final Rect rect = new Rect(10, 10, 80, 80); in testLinearGradient() local
DRuntimeShaderTests.kt206 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
221 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
235 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
250 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
269 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
297 val rect = Rect(0, 0, 1, 1) in <lambda>() constant
344 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
372 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
403 val rect = Rect(0, 0, 20, 20) in <lambda>() constant
430 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
[all …]
DMeshTest.kt434 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
537 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
577 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
617 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
657 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
697 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
737 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
777 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
817 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
857 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
[all …]
DRenderNodeTests.java119 final Rect rect = new Rect(10, 10, 80, 80); in testBasicDraw() local
150 final Rect rect = new Rect(10, 10, 80, 80); in testAlphaOverlappingRendering() local
171 final Rect rect = new Rect(10, 10, 80, 80); in testAlphaNonOverlappingRendering() local
192 final Rect rect = new Rect(10, 10, 80, 80); in testUseCompositingLayer() local
669 Rect rect = getBounds(); in draw() local
DCanvasStateTests.java135 RectF rect = new RectF(-1, -1, 1, 1); in testQuickReject() local
/cts/tests/tests/text/src/android/text/cts/
DPrecomputedTextTest.java515 final Rect rect = new Rect(); in testGetBounds() local
574 final Rect rect = new Rect(); in testGetBounds_multiStyle() local
611 final Rect rect = new Rect(); in testGetBounds_multiStyle2() local
644 final Rect rect = new Rect(); in testGetBounds_negative_start_offset() local
651 final Rect rect = new Rect(); in testGetBounds_negative_end_offset() local
658 final Rect rect = new Rect(); in testGetBounds_index_out_of_bounds_start_offset() local
665 final Rect rect = new Rect(); in testGetBounds_index_out_of_bounds_end_offset() local
672 final Rect rect = new Rect(); in testGetBounds_reverse_offset() local
685 final Rect rect = new Rect(); in testGetBounds_across_paragraph_boundary() local
695 Rect rect = new Rect(); in drawToBitmap() local
[all …]
DEllipsisHyphenationTest.kt63 val rect = input.getArgument<Rect>(0) in <lambda>() constant
/cts/tests/tests/graphics/src/android/graphics/text/cts/
DMeasuredTextTest.java225 Rect rect = new Rect(); in testGetBounds_StartSmallerThanZero() local
235 Rect rect = new Rect(); in testGetBounds_StartLargerThanLength() local
239 .getBounds(text.length() + 1, 0, rect); in testGetBounds_StartLargerThanLength() local
245 Rect rect = new Rect(); in testGetBounds_EndSmallerThanZero() local
255 Rect rect = new Rect(); in testGetBounds_EndLargerThanLength() local
265 Rect rect = new Rect(); in testGetBounds_StartLargerThanEnd() local
275 Rect rect = new Rect(); in testGetBounds_NullRect() local
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DRectShapeTest.java97 RectF rect = mockRectShape.myRect(); in testRect() local
114 Rect rect = new Rect(); in testGetOutline() local
DOvalShapeTest.java86 Rect rect = new Rect(); in testGetOutline() local
DRoundRectShapeTest.java112 Rect rect = new Rect(); in testGetOutline() local
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityWindowInfoTest.java92 Rect rect = new Rect(); in testDefaultValues() local
/cts/apps/CameraITS/tests/scene2_e/
Dtest_num_faces.py41 def check_face_bounding_box(rect, aw, ah, index): argument
/cts/apps/CameraITS/tests/scene2_c/
Dtest_num_faces.py41 def check_face_bounding_box(rect, aw, ah, index): argument
/cts/apps/CameraITS/tests/scene2_f/
Dtest_num_faces.py41 def check_face_bounding_box(rect, aw, ah, index): argument
/cts/apps/CameraITS/tests/scene2_b/
Dtest_num_faces.py41 def check_face_bounding_box(rect, aw, ah, index): argument
/cts/apps/CameraITS/tests/scene2_a/
Dtest_num_faces.py41 def check_face_bounding_box(rect, aw, ah, index): argument
/cts/tests/tests/view/sdk28/src/android/view/cts/sdk28/
DViewGroupTest.java53 Rect rect = new Rect(1, 1, 100, 100); in testFitSystemWindows() local

1234