Searched refs:LINE_START_POINT (Results 1 – 2 of 2) sorted by relevance
35 final static float LINE_START_POINT = 0; field in LineGestureStrokeHelper49 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()
99 assertEquals(LineGestureStrokeHelper.LINE_START_POINT, bounds.left); in testToPath_boundedLine()101 assertEquals(LineGestureStrokeHelper.LINE_START_POINT, bounds.top); in testToPath_boundedLine()