HomeSort by relevance Sort by last modified time
    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);
196 return mStrokeBuffer;
465 mCurrentGesture.addStroke(new GestureStroke(mStrokeBuffer));
483 mStrokeBuffer.clear();
587 mStrokeBuffer.add(new GesturePoint(x, y, event.getEventTime()));
640 mStrokeBuffer.add(new GesturePoint(x, y, event.getEventTime()));
647 GestureUtils.computeOrientedBoundingBox(mStrokeBuffer);
688 mCurrentGesture.addStroke(new GestureStroke(mStrokeBuffer));
708 mStrokeBuffer.clear();
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 192 private final ArrayList<GesturePoint> mStrokeBuffer = new ArrayList<GesturePoint>(100);
286 mStrokeBuffer.clear();
576 mStrokeBuffer.clear();
620 mStrokeBuffer.clear();
    [all...]

Completed in 57 milliseconds