Home
last modified time | relevance | path

Searched refs:LINE_START_POINT (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/gesture/src/android/gesture/cts/
DLineGestureStrokeHelper.java35 final static float LINE_START_POINT = 0; field in LineGestureStrokeHelper
49 new GesturePoint(LINE_START_POINT, LINE_START_POINT, START_TIMESTAMP), in createLineGesture()
67 Assert.assertEquals(LINE_START_POINT, bounds.left); in assertLineBoundingBox()
69 Assert.assertEquals(LINE_START_POINT, bounds.top); in assertLineBoundingBox()
81 Assert.assertEquals(LINE_START_POINT, bounds.left); in assertLineBoundingBox()
83 Assert.assertEquals(LINE_START_POINT, bounds.top); in assertLineBoundingBox()
DGestureStrokeTest.java99 assertEquals(LineGestureStrokeHelper.LINE_START_POINT, bounds.left); in testToPath_boundedLine()
101 assertEquals(LineGestureStrokeHelper.LINE_START_POINT, bounds.top); in testToPath_boundedLine()