Searched refs:linePath (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/gesture/src/android/gesture/cts/ |
D | GestureStrokeTest.java | 63 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()
|
D | LineGestureStrokeHelper.java | 59 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/ |
D | AccessibilityGestureDetectorTest.java | 162 linePath(mCenter, delta1, delta2), 0, pathDurationMs, false)) in testPath() 182 Path linePath(Point startPoint, Point delta1, Point delta2) { in linePath() method in AccessibilityGestureDetectorTest 236 linePath(mCenter, p(0, mStrokeLenPxY), null), 0, STROKE_MS, false); in swipe()
|