HomeSort by relevance Sort by last modified time
    Searched refs:assertLineBoundingBox (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureTest.java 73 mLineHelper.assertLineBoundingBox(mGesture.getBoundingBox());
82 mLineHelper.assertLineBoundingBox(mGesture.toPath());
91 mLineHelper.assertLineBoundingBox(mGesture.toPath(null));
97 mLineHelper.assertLineBoundingBox(generatedPath);
GestureStrokeTest.java 64 mHelper.assertLineBoundingBox(linePath);
79 mHelper.assertLineBoundingBox(linePath);
124 mHelper.assertLineBoundingBox(line.boundingBox);
LineGestureStrokeHelper.java 59 void assertLineBoundingBox(Path linePath) {
77 void assertLineBoundingBox(RectF bounds) {

Completed in 161 milliseconds