Searched refs:LINE_END_POINT (Results 1 – 2 of 2) sorted by relevance
37 final static float LINE_END_POINT = 20; field in LineGestureStrokeHelper38 final static float LINE_MIDWAY_POINT = LINE_END_POINT/2;50 new GesturePoint(LINE_END_POINT, LINE_END_POINT, END_TIMESTAMP)); in createLineGesture()80 Assert.assertEquals(LINE_END_POINT, bounds.bottom); in assertLineBoundingBox()82 Assert.assertEquals(LINE_END_POINT, bounds.right); in assertLineBoundingBox()
75 Path linePath = lineStroke.toPath(LineGestureStrokeHelper.LINE_END_POINT, in testToPath_line()76 LineGestureStrokeHelper.LINE_END_POINT, 2); in testToPath_line()