Searched refs:createLineGesture (Results 1 – 4 of 4) sorted by relevance
50 GestureStroke line = mLineHelper.createLineGesture(); in testGetStrokes()62 GestureStroke line = mLineHelper.createLineGesture(); in testGetStrokesCount()71 mGesture.addStroke(mLineHelper.createLineGesture()); in testGetBoundingBox()80 mGesture.addStroke(mLineHelper.createLineGesture()); in testToPath()89 mGesture.addStroke(mLineHelper.createLineGesture()); in testToPathPath()110 mGesture.addStroke(mLineHelper.createLineGesture()); in testReadWriteToParcel()
62 GestureStroke lineStroke = mHelper.createLineGesture(); in testGetPath_line()73 GestureStroke lineStroke = mHelper.createLineGesture(); in testToPath_line()90 GestureStroke lineStroke = mHelper.createLineGesture(); in testToPath_boundedLine()110 GestureStroke line = mHelper.createLineGesture(); in testComputeOrientedBoundingBox()123 GestureStroke line = mHelper.createLineGesture(); in testBoundingBox_line()
41 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); in setUp()71 GestureStroke stroke = new LineGestureStrokeHelper().createLineGesture(); in testRecognize()
47 GestureStroke createLineGesture() { in createLineGesture() method in LineGestureStrokeHelper