Home
last modified time | relevance | path

Searched refs:LineGestureStrokeHelper (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureStrokeTest.java32 private LineGestureStrokeHelper mHelper;
36 mHelper = new LineGestureStrokeHelper(); in setUp()
75 Path linePath = lineStroke.toPath(LineGestureStrokeHelper.LINE_END_POINT, in testToPath_line()
76 LineGestureStrokeHelper.LINE_END_POINT, 2); in testToPath_line()
92 Path linePath = lineStroke.toPath(LineGestureStrokeHelper.LINE_MIDWAY_POINT, in testToPath_boundedLine()
93 LineGestureStrokeHelper.LINE_MIDWAY_POINT, 2); in testToPath_boundedLine()
98 assertEquals(LineGestureStrokeHelper.LINE_QUARTER_POINT, bounds.bottom); in testToPath_boundedLine()
99 assertEquals(LineGestureStrokeHelper.LINE_START_POINT, bounds.left); in testToPath_boundedLine()
100 assertEquals(LineGestureStrokeHelper.LINE_QUARTER_POINT, bounds.right); in testToPath_boundedLine()
101 assertEquals(LineGestureStrokeHelper.LINE_START_POINT, bounds.top); in testToPath_boundedLine()
[all …]
DGestureTest.java35 private LineGestureStrokeHelper mLineHelper;
41 mLineHelper = new LineGestureStrokeHelper(); in setUp()
DGestureStorageTester.java41 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); in setUp()
71 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); in testRecognize()
DLineGestureStrokeHelper.java31 class LineGestureStrokeHelper { class