Home
last modified time | relevance | path

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

/cts/tests/tests/gesture/src/android/gesture/cts/
DLineGestureStrokeHelper.java38 final static float LINE_MIDWAY_POINT = LINE_END_POINT/2; field in LineGestureStrokeHelper
39 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()
DGestureStrokeTest.java92 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()