/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | GestureDescriptionTest.java | 57 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 …]
|
D | AccessibilityGestureDispatchTest.java | 695 path1.moveTo(startPoint1[0], startPoint1[1]); in pinchWithinView() 698 path2.moveTo(startPoint2[0], startPoint2[1]); in pinchWithinView()
|
D | AccessibilityGestureDetectorTest.java | 414 path.moveTo(startPoint.x, startPoint.y); in linePath()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | PatternPathMotionTest.java | 35 pattern.moveTo(100, 500); in testStraightPath() 42 expected.moveTo(0, 0); in testStraightPath()
|
D | ArcMotionTest.java | 102 path.moveTo(startX, startY); in arcWithPoint()
|
/cts/tests/input/src/android/input/cts/ |
D | TouchScreenTest.kt | 95 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()
|
D | MotionEventIsResampledTest.kt | 98 pointer.moveTo(x, y) in testIsResampled()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | CornerPathEffectTest.java | 52 path.moveTo(0, PADDING); in testCornerPathEffect() 75 expectedPath.moveTo(0, PADDING); in testCornerPathEffect()
|
D | PathTest.java | 96 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()
|
D | ComposePathEffectTest.java | 48 path.moveTo(START_X, CENTER); in testComposePathEffect()
|
D | PathDashPathEffectTest.java | 82 p.moveTo(0, HEIGHT / 2); in path()
|
D | DashPathEffectTest.java | 57 path.moveTo(START_X, COORD_Y); in testDashPathEffect()
|
D | DiscretePathEffectTest.java | 62 path.moveTo(START_X, COORD_Y); in testDiscretePathEffect()
|
D | EmbossMaskFilterTest.java | 59 path.moveTo(START_X, CENTER_Y); in testEmbossMaskFilter()
|
D | PathIteratorTest.java | 87 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/ |
D | PathTests.java | 71 path.moveTo(5, 5); in testPathApproximate_quads() 82 path.moveTo(5, 5); in testPathApproximate_cubics()
|
D | CanvasStateTests.java | 110 path.moveTo(30, 0); in testQuickReject()
|
D | PaintTests.kt | 145 path.moveTo(100f, 100f) in <lambda>()
|
D | ViewClippingTests.java | 79 mPath.moveTo(ANTI_ALIAS_OUTLINE_RECT.left, ANTI_ALIAS_OUTLINE_RECT.top);
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ObjectAnimatorTest.java | 425 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()
|
D | PropertyValuesHolderTest.java | 334 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/ |
D | PathShapeTest.java | 61 path.moveTo(50, 0); in testDraw()
|
/cts/libs/input/src/com/android/cts/input/ |
D | UinputTouchDevice.kt | 235 fun moveTo(x: Int, y: Int) { in moveTo() method
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsPresenterDrawable.java | 187 mPath.moveTo(event.getX(), event.getY()); in onTouch()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | GestureUtils.java | 165 path.moveTo(first.x, first.y); in path()
|