HomeSort by relevance Sort by last modified time
    Searched refs:strokes (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/gesture/
Gesture.java 37 * A gesture is a hand-drawn shape on a touch screen. It can have one or multiple strokes.
77 * @return all the strokes of the gesture
84 * @return the number of strokes included by this gesture
101 * Calculates the total length of the gesture. When there are multiple strokes in
102 * the gesture, this returns the sum of the lengths of all the strokes.
108 final ArrayList<GestureStroke> strokes = mStrokes; local
109 final int count = strokes.size();
112 len += strokes.get(i).length;
132 final ArrayList<GestureStroke> strokes = mStrokes; local
133 final int count = strokes.size()
149 final ArrayList<GestureStroke> strokes = mStrokes; local
200 final ArrayList<GestureStroke> strokes = mStrokes; local
255 final ArrayList<GestureStroke> strokes = mStrokes; local
    [all...]
GestureUtils.java 134 final ArrayList<GestureStroke> strokes = gesture.getStrokes(); local
135 final int count = strokes.size();
140 final GestureStroke stroke = strokes.get(index);
  /external/skia/gm/
Android.mk 51 strokes.cpp \

Completed in 716 milliseconds