Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java148 touchPoints[numPointsFound].mStrokeId = strokeDescription.getId(); in getPointsForTime()
432 public int mStrokeId; field in GestureDescription.TouchPoint
447 mStrokeId = parcel.readInt(); in TouchPoint()
457 mStrokeId = other.mStrokeId; in copyFrom()
468 + "mStrokeId=" + mStrokeId in toString()
484 dest.writeInt(mStrokeId); in writeToParcel()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java275 mStrokeIdToPointerId.put(touchPoint.mStrokeId, continuedPointerId); in prepareToContinueOldGesture()
293 mLastTouchPoints[lastPointIndex].mStrokeId = touchPoint.mStrokeId; in prepareToContinueOldGesture()
401 currentTouchPoints[i].mStrokeId); in appendMoveEventIfNeeded()
422 currentTouchPoints[i].mStrokeId); in appendUpEvents()
478 int pointerId = mStrokeIdToPointerId.get(touchPoints[i].mStrokeId, -1); in obtainMotionEvent()
481 mStrokeIdToPointerId.put(touchPoints[i].mStrokeId, pointerId); in obtainMotionEvent()
500 if (touchPoints[i].mStrokeId == strokeId) { in findPointByStrokeId()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DGestureDescriptionTest.java368 if (gestureStep.touchPoints[i].mStrokeId == strokeId) {
DMotionEventInjectorTest.java751 touchPoints[0].mStrokeId = strokeId; in createSimpleGestureFromPoints()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt171 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mStrokeId:I