Searched refs:strokes (Results 1 – 3 of 3) sorted by relevance
108 final ArrayList<GestureStroke> strokes = mStrokes; in getLength() local109 final int count = strokes.size(); in getLength()112 len += strokes.get(i).length; in getLength()132 final ArrayList<GestureStroke> strokes = mStrokes; in toPath() local133 final int count = strokes.size(); in toPath()136 path.addPath(strokes.get(i).getPath()); in toPath()149 final ArrayList<GestureStroke> strokes = mStrokes; in toPath() local150 final int count = strokes.size(); in toPath()153 path.addPath(strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample)); in toPath()200 final ArrayList<GestureStroke> strokes = mStrokes; in toBitmap() local[all …]
134 final ArrayList<GestureStroke> strokes = gesture.getStrokes(); in spatialSampling() local135 final int count = strokes.size(); in spatialSampling()140 final GestureStroke stroke = strokes.get(index); in spatialSampling()
160 multiple strokes. Since one of our gestures is the "+" symbol, we need161 multiple strokes</li>