Home
last modified time | relevance | path

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

/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureStrokeTest.java53 Path emptyPath = emptyStroke.getPath(); in testGetPath_singlePoint() local
55 assertFalse(emptyPath.isEmpty()); in testGetPath_singlePoint()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDescriptionTest.java102 Path emptyPath = new Path(); in testCreateStroke_withEmptyPath_shouldThrow() local
104 new StrokeDescription(emptyPath, 0, NOMINAL_PATH_DURATION); in testCreateStroke_withEmptyPath_shouldThrow()