Searched refs:LINE_MIDWAY_POINT (Results 1 – 2 of 2) sorted by relevance
38 final static float LINE_MIDWAY_POINT = LINE_END_POINT/2; field in LineGestureStrokeHelper39 final static float LINE_QUARTER_POINT = LINE_MIDWAY_POINT/2;66 Assert.assertEquals(LINE_MIDWAY_POINT, bounds.bottom); in assertLineBoundingBox()68 Assert.assertEquals(LINE_MIDWAY_POINT, bounds.right); in assertLineBoundingBox()
92 Path linePath = lineStroke.toPath(LineGestureStrokeHelper.LINE_MIDWAY_POINT, in testToPath_boundedLine()93 LineGestureStrokeHelper.LINE_MIDWAY_POINT, 2); in testToPath_boundedLine()113 assertEquals(LineGestureStrokeHelper.LINE_MIDWAY_POINT, box.centerX); in testComputeOrientedBoundingBox()114 assertEquals(LineGestureStrokeHelper.LINE_MIDWAY_POINT, box.centerY); in testComputeOrientedBoundingBox()