OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strokes
(Results
1 - 4
of
4
) 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/skia/gm/
Android.mk
143
strokes
.cpp \
Completed in 484 milliseconds