OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStrokeBuffer
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/gesture/
GestureOverlayView.java
106
private final ArrayList<GesturePoint>
mStrokeBuffer
= new ArrayList<GesturePoint>(100);
191
return
mStrokeBuffer
;
460
mCurrentGesture.addStroke(new GestureStroke(
mStrokeBuffer
));
478
mStrokeBuffer
.clear();
582
mStrokeBuffer
.add(new GesturePoint(x, y, event.getEventTime()));
635
mStrokeBuffer
.add(new GesturePoint(x, y, event.getEventTime()));
642
GestureUtils.computeOrientedBoundingBox(
mStrokeBuffer
);
683
mCurrentGesture.addStroke(new GestureStroke(
mStrokeBuffer
));
703
mStrokeBuffer
.clear();
/frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java
184
private final ArrayList<GesturePoint>
mStrokeBuffer
= new ArrayList<GesturePoint>(100);
278
mStrokeBuffer
.clear();
568
mStrokeBuffer
.clear();
612
mStrokeBuffer
.clear();
[
all
...]
Completed in 9742 milliseconds