Searched defs:strokes (Results 1 – 3 of 3) sorted by relevance
108 final ArrayList<GestureStroke> strokes = mStrokes; in getLength() local132 final ArrayList<GestureStroke> strokes = mStrokes; in toPath() local149 final ArrayList<GestureStroke> strokes = mStrokes; in toPath() local200 final ArrayList<GestureStroke> strokes = mStrokes; in toBitmap() local255 final ArrayList<GestureStroke> strokes = mStrokes; in serialize() local
134 final ArrayList<GestureStroke> strokes = gesture.getStrokes(); in spatialSampling() local
72 private GestureDescription(List<StrokeDescription> strokes) { in GestureDescription()