Searched refs:emptyStroke (Results 1 – 1 of 1) sorted by relevance
43 GestureStroke emptyStroke = mHelper.createGestureStroke(); in testGetPath_empty() local45 assertNull(emptyStroke.getPath()); in testGetPath_empty()52 GestureStroke emptyStroke = mHelper.createGestureStroke(new GesturePoint(0, 0, 0)); in testGetPath_singlePoint() local53 Path emptyPath = emptyStroke.getPath(); in testGetPath_singlePoint()