Home
last modified time | relevance | path

Searched defs:rect (Results 1 – 25 of 80) 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.java465 Rect rect) { in compressOddRect()
478 private Bitmap compressDecompress(YuvImage image, Rect rect) { in compressDecompress()
553 Rect rect = new Rect(0, 0, WIDTH, HEIGHT); in verifyParameters() local
562 Rect rect = new Rect(0, 0, WIDTH, HEIGHT); in verifyParameters() local
571 Rect rect = new Rect(0, 0, WIDTH, HEIGHT); in verifyParameters() local
580 Rect rect = new Rect(10, 0, WIDTH, HEIGHT + 5); in verifyParameters() local
589 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.kt205 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
220 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
233 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
247 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
266 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
294 val rect = Rect(0, 0, 1, 1) in <lambda>() constant
341 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
369 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
400 val rect = Rect(0, 0, 20, 20) in <lambda>() constant
427 val rect = Rect(10, 10, 80, 80) in <lambda>() constant
[all …]
DMeshTest.kt433 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
536 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
576 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
616 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
656 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
696 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
736 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
776 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
816 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
856 val rect = Rect(20, 20, 80, 80) in <lambda>() constant
[all …]
DRenderNodeTests.java113 final Rect rect = new Rect(10, 10, 80, 80); in testBasicDraw() local
144 final Rect rect = new Rect(10, 10, 80, 80); in testAlphaOverlappingRendering() local
165 final Rect rect = new Rect(10, 10, 80, 80); in testAlphaNonOverlappingRendering() local
186 final Rect rect = new Rect(10, 10, 80, 80); in testUseCompositingLayer() local
663 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/tests/tests/view/sdk28/src/android/view/cts/sdk28/
DViewGroupTest.java53 Rect rect = new Rect(1, 1, 100, 100); in testFitSystemWindows() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java179 public void setSystemGestureExclusion(Rect rect) { in setSystemGestureExclusion()
305 Rect rect = new Rect(refRect); in calculateBoundsWithInsets() local
/cts/tests/tests/text/src/android/text/style/cts/
DDynamicDrawableSpanTest.java70 Rect rect = dynamicDrawableSpan.getDrawable().getBounds(); in testGetSize() local
/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayoutTest.java115 final Rect rect = foreground.getBounds(); in testSetForegroundGravity() local
311 Rect rect = drawable.getBounds(); in assertCenterAligned() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDisplayShapeTests.java135 final RectF rect = new RectF(); in getBoundsFromPath() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DFullScreenMagnificationControllerTest.java125 final Rect rect = controller.getMagnificationRegion().getBounds(); in zoomIn() local

1234