HomeSort by relevance Sort by last modified time
    Searched refs:strokes (Results 1 - 11 of 11) 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/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 1953 CXFA_StrokeArray strokes; local
    [all...]
xfa_ffwidget.h 174 FX_FLOAT XFA_GetEdgeThickness(const CXFA_StrokeArray& strokes,
  /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...]
  /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;
  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 37 * gestures. This class describes those gestures. Gestures are made up of one or more strokes.
43 /** Gestures may contain no more than this many strokes */
55 * Get the upper limit for the number of strokes a gesture may contain.
57 * @return The maximum number of strokes.
74 private GestureDescription(List<StrokeDescription> strokes) {
75 mStrokes.addAll(strokes);
81 * @return the number of strokes in this gesture
174 "Attempting to add too many strokes to a gesture");
  /external/skia/bench/
Android.mk 362 ../gm/strokes.cpp \
  /external/chromium-trace/catapult/third_party/flot/
excanvas.js 31 // * Non uniform scaling does not correctly scale strokes.
885 // not work with fills, only strokes, unfortunately.
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 526 void GetStrokes(CXFA_StrokeArray& strokes) const;
  /external/skia/dm/
Android.mk 518 ../gm/strokes.cpp \

Completed in 578 milliseconds