Home
last modified time | relevance | path

Searched refs:linePath (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureStrokeTest.java63 Path linePath = lineStroke.getPath(); in testGetPath_line() local
64 mHelper.assertLineBoundingBox(linePath); in testGetPath_line()
75 Path linePath = lineStroke.toPath(LineGestureStrokeHelper.LINE_END_POINT, in testToPath_line() local
79 mHelper.assertLineBoundingBox(linePath); in testToPath_line()
92 Path linePath = lineStroke.toPath(LineGestureStrokeHelper.LINE_MIDWAY_POINT, in testToPath_boundedLine() local
95 linePath.computeBounds(bounds, true); in testToPath_boundedLine()
DLineGestureStrokeHelper.java59 void assertLineBoundingBox(Path linePath) { in assertLineBoundingBox() argument
60 Assert.assertFalse(linePath.isEmpty()); in assertLineBoundingBox()
62 linePath.computeBounds(bounds, true); in assertLineBoundingBox()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDetectorTest.java369 linePath(mCenter, delta1, delta2), 0, pathDurationMs, false)) in testPath()
391 Path linePath(Point startPoint, Point delta1, Point delta2) { in linePath() method in AccessibilityGestureDetectorTest
519 linePath(mCenter, p(0, mStrokeLenPxY), null), 0, STROKE_MS, false); in swipe()