Home
last modified time | relevance | path

Searched refs:assertLineBoundingBox (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureTest.java73 mLineHelper.assertLineBoundingBox(mGesture.getBoundingBox()); in testGetBoundingBox()
82 mLineHelper.assertLineBoundingBox(mGesture.toPath()); in testToPath()
91 mLineHelper.assertLineBoundingBox(mGesture.toPath(null)); in testToPathPath()
97 mLineHelper.assertLineBoundingBox(generatedPath); in testToPathPath()
DGestureStrokeTest.java64 mHelper.assertLineBoundingBox(linePath); in testGetPath_line()
79 mHelper.assertLineBoundingBox(linePath); in testToPath_line()
124 mHelper.assertLineBoundingBox(line.boundingBox); in testBoundingBox_line()
DLineGestureStrokeHelper.java59 void assertLineBoundingBox(Path linePath) { in assertLineBoundingBox() method in LineGestureStrokeHelper
77 void assertLineBoundingBox(RectF bounds) { in assertLineBoundingBox() method in LineGestureStrokeHelper