Searched refs:createGestureStroke (Results 1 – 2 of 2) sorted by relevance
48 return createGestureStroke( in createLineGesture()89 GestureStroke createGestureStroke(GesturePoint... points) { in createGestureStroke() method in LineGestureStrokeHelper
43 GestureStroke emptyStroke = mHelper.createGestureStroke(); in testGetPath_empty()52 GestureStroke emptyStroke = mHelper.createGestureStroke(new GesturePoint(0, 0, 0)); in testGetPath_singlePoint()