Home
last modified time | relevance | path

Searched refs:mStrokeId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java267 mStrokeIdToPointerId.put(touchPoint.mStrokeId, continuedPointerId); in prepareToContinueOldGesture()
280 mLastTouchPoints[lastPointIndex].mStrokeId = touchPoint.mStrokeId; in prepareToContinueOldGesture()
387 currentTouchPoints[i].mStrokeId); in appendMoveEventIfNeeded()
408 currentTouchPoints[i].mStrokeId); in appendUpEvents()
464 int pointerId = mStrokeIdToPointerId.get(touchPoints[i].mStrokeId, -1); in obtainMotionEvent()
467 mStrokeIdToPointerId.put(touchPoints[i].mStrokeId, pointerId); in obtainMotionEvent()
486 if (touchPoints[i].mStrokeId == strokeId) { in findPointByStrokeId()
/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java129 touchPoints[numPointsFound].mStrokeId = strokeDescription.getId(); in getPointsForTime()
397 public int mStrokeId; field in GestureDescription.TouchPoint
412 mStrokeId = parcel.readInt(); in TouchPoint()
422 mStrokeId = other.mStrokeId; in copyFrom()
437 dest.writeInt(mStrokeId); in writeToParcel()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DGestureDescriptionTest.java368 if (gestureStep.touchPoints[i].mStrokeId == strokeId) {
DMotionEventInjectorTest.java707 touchPoints[0].mStrokeId = strokeId; in createSimpleGestureFromPoints()