HomeSort by relevance Sort by last modified time
    Searched defs:strokes (Results 1 - 10 of 10) 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);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDrawRepresentation.java 173 return getName() + " : strokes=" + mDrawing.size()
349 Vector<StrokeData> strokes = new Vector<StrokeData>(); local
382 strokes.add(stroke);
390 mDrawing = strokes;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 1953 CXFA_StrokeArray strokes; local
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 1315 CXFA_StrokeArray strokes; local
1350 CXFA_StrokeArray strokes; local
1745 CXFA_StrokeArray strokes; local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 415 milliseconds