Home
last modified time | relevance | path

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

/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureStrokeTest.java43 GestureStroke emptyStroke = mHelper.createGestureStroke(); in testGetPath_empty() local
45 assertNull(emptyStroke.getPath()); in testGetPath_empty()
52 GestureStroke emptyStroke = mHelper.createGestureStroke(new GesturePoint(0, 0, 0)); in testGetPath_singlePoint() local
53 Path emptyPath = emptyStroke.getPath(); in testGetPath_singlePoint()