HomeSort by relevance Sort by last modified time
    Searched refs:mStrokeId (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 129 touchPoints[numPointsFound].mStrokeId = strokeDescription.getId();
397 public int mStrokeId;
412 mStrokeId = parcel.readInt();
422 mStrokeId = other.mStrokeId;
437 dest.writeInt(mStrokeId);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 267 mStrokeIdToPointerId.put(touchPoint.mStrokeId, continuedPointerId);
280 mLastTouchPoints[lastPointIndex].mStrokeId = touchPoint.mStrokeId;
387 currentTouchPoints[i].mStrokeId);
408 currentTouchPoints[i].mStrokeId);
464 int pointerId = mStrokeIdToPointerId.get(touchPoints[i].mStrokeId, -1);
467 mStrokeIdToPointerId.put(touchPoints[i].mStrokeId, pointerId);
486 if (touchPoints[i].mStrokeId == strokeId) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeDrawingPoints.java 33 private int mStrokeId;
47 mStrokeId++;
56 return mStrokeId;
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
GestureDescriptionTest.java 368 if (gestureStep.touchPoints[i].mStrokeId == strokeId) {
MotionEventInjectorTest.java     [all...]

Completed in 222 milliseconds