Home
last modified time | relevance | path

Searched refs:moveTo (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDescriptionTest.java57 mNominalPath.moveTo(0, 0); in setUp()
82 negativeStartXPath.moveTo(-1, 0); in testCreateStroke_negativeStartX_shouldThrow()
94 negativeStartYPath.moveTo(0, -1); in testCreateStroke_negativeStartY_shouldThrow()
106 negativeEndXPath.moveTo(0, 0); in testCreateStroke_negativeEndX_shouldThrow()
118 negativeEndYPath.moveTo(0, 0); in testCreateStroke_negativeEndY_shouldThrow()
140 multiContourPath.moveTo(0, 0); in testCreateStroke_pathWithMultipleContours_shouldThrow()
142 multiContourPath.moveTo(20, 0); in testCreateStroke_pathWithMultipleContours_shouldThrow()
175 path.moveTo(i, i); in testAddStroke_allowUpToMaxPaths()
180 path.moveTo(10, 10); in testAddStroke_allowUpToMaxPaths()
192 path.moveTo(10, 10); in testAddStroke_withDurationTooLong_shouldThrow()
[all …]
DAccessibilityGestureDispatchTest.java695 path1.moveTo(startPoint1[0], startPoint1[1]); in pinchWithinView()
698 path2.moveTo(startPoint2[0], startPoint2[1]); in pinchWithinView()
DAccessibilityGestureDetectorTest.java414 path.moveTo(startPoint.x, startPoint.y); in linePath()
/cts/tests/tests/transition/src/android/transition/cts/
DPatternPathMotionTest.java35 pattern.moveTo(100, 500); in testStraightPath()
42 expected.moveTo(0, 0); in testStraightPath()
DArcMotionTest.java102 path.moveTo(startX, startY); in arcWithPoint()
/cts/tests/input/src/android/input/cts/
DTouchScreenTest.kt95 pointer.moveTo(x + 1, y + 1) in testSingleTouch()
118 pointer1.moveTo(location1.x, location1.y) in testMultiTouch()
141 pointer.moveTo(location.x, location.y) in testDeviceCancel()
167 pointer1.moveTo(location1.x, location1.y) in testDevicePointerCancel()
268 pointer.moveTo(location.x, location.y) in testEventTime()
DMotionEventIsResampledTest.kt98 pointer.moveTo(x, y) in testIsResampled()
/cts/tests/tests/graphics/src/android/graphics/cts/
DCornerPathEffectTest.java52 path.moveTo(0, PADDING); in testCornerPathEffect()
75 expectedPath.moveTo(0, PADDING); in testCornerPathEffect()
DPathTest.java96 path.moveTo(10.0f, 10.0f); in testMoveTo()
537 path.moveTo(5f, 15f); in testRConicTo()
651 actualPath.moveTo(0, 0); in testPathOffset2()
657 expectedPath.moveTo(OFFSET_X, OFFSET_Y); in testPathOffset2()
713 path.moveTo(1f, 2f); in testGenerationId()
720 path.moveTo(5f, 6f); in testGenerationId()
750 startPath.moveTo(100f, 100f); in testPathInterpolation()
752 endPath.moveTo(200f, 200f); in testPathInterpolation()
DComposePathEffectTest.java48 path.moveTo(START_X, CENTER); in testComposePathEffect()
DPathDashPathEffectTest.java82 p.moveTo(0, HEIGHT / 2); in path()
DDashPathEffectTest.java57 path.moveTo(START_X, COORD_Y); in testDashPathEffect()
DDiscretePathEffectTest.java62 path.moveTo(START_X, COORD_Y); in testDiscretePathEffect()
DEmbossMaskFilterTest.java59 path.moveTo(START_X, CENTER_Y); in testEmbossMaskFilter()
DPathIteratorTest.java87 mPath.moveTo(100f, 200f); in testMove()
432 mPath.moveTo(10f, 10f); in testRecreation()
465 pathCopy.moveTo(points[0], points[1]); in issuePathCommand()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPathTests.java71 path.moveTo(5, 5); in testPathApproximate_quads()
82 path.moveTo(5, 5); in testPathApproximate_cubics()
DCanvasStateTests.java110 path.moveTo(30, 0); in testQuickReject()
DPaintTests.kt145 path.moveTo(100f, 100f) in <lambda>()
DViewClippingTests.java79 mPath.moveTo(ANTI_ALIAS_OUTLINE_RECT.left, ANTI_ALIAS_OUTLINE_RECT.top);
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java425 path.moveTo(LINE1_START, LINE1_Y); in testOfFloat_Path()
427 path.moveTo(LINE2_START, LINE2_START); in testOfFloat_Path()
484 path.moveTo(LINE1_START, -LINE1_START); in testOfInt_Path()
486 path.moveTo(LINE2_START, LINE2_START); in testOfInt_Path()
544 path.moveTo(QUADRATIC_CTRL_PT1_X, QUADRATIC_CTRL_PT1_Y); in testOfMultiFloat_Path()
645 path.moveTo(QUADRATIC_CTRL_PT1_X, QUADRATIC_CTRL_PT1_Y); in testOfMultiInt_Path()
748 path.moveTo(LINE1_START, -LINE1_START); in testOfObject_Converter()
750 path.moveTo(LINE2_START, LINE2_START); in testOfObject_Converter()
DPropertyValuesHolderTest.java334 path.moveTo(QUADRATIC_CTRL_PT1_X, QUADRATIC_CTRL_PT1_Y); in testOfMultiFloat_Path()
429 path.moveTo(QUADRATIC_CTRL_PT1_X, QUADRATIC_CTRL_PT1_Y); in testOfMultiInt_Path()
526 path.moveTo(LINE1_START, -LINE1_START); in testOfObject_Converter()
528 path.moveTo(LINE2_START, LINE2_START); in testOfObject_Converter()
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DPathShapeTest.java61 path.moveTo(50, 0); in testDraw()
/cts/libs/input/src/com/android/cts/input/
DUinputTouchDevice.kt235 fun moveTo(x: Int, y: Int) { in moveTo() method
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsPresenterDrawable.java187 mPath.moveTo(event.getX(), event.getY()); in onTouch()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java165 path.moveTo(first.x, first.y); in path()

12