Searched defs:mStrokeId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java129 touchPoints[numPointsFound].mStrokeId = strokeDescription.getId();
397 public int mStrokeId; field in class:GestureDescription.TouchPoint
412 mStrokeId = parcel.readInt();
422 mStrokeId = other.mStrokeId;
437 dest.writeInt(mStrokeId);

Completed in 54 milliseconds