Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java439 public TouchPoint() { in TouchPoint() method in GestureDescription.TouchPoint
442 public TouchPoint(TouchPoint pointToCopy) { in TouchPoint() method in GestureDescription.TouchPoint
446 public TouchPoint(Parcel parcel) { in TouchPoint() method in GestureDescription.TouchPoint
456 public void copyFrom(TouchPoint other) { in copyFrom()
496 return new TouchPoint(in);
499 public TouchPoint[] newArray(int size) {
500 return new TouchPoint[size];
513 public TouchPoint[] touchPoints;
516 TouchPoint[] touchPointsToCopy) { in GestureStep()
528 parcel.readParcelableArray(TouchPoint.class.getClassLoader(), TouchPoint.class); in GestureStep()
[all …]
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java22 import android.accessibilityservice.GestureDescription.TouchPoint;
76 private TouchPoint[] mLastTouchPoints;
266 TouchPoint touchPoint = firstStep.touchPoints[i]; in prepareToContinueOldGesture()
362 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in getMotionEventsFromGestureSteps()
383 private TouchPoint[] getLastTouchPoints() { in getLastTouchPoints()
386 mLastTouchPoints = new TouchPoint[capacity]; in getLastTouchPoints()
388 mLastTouchPoints[i] = new GestureDescription.TouchPoint(); in getLastTouchPoints()
398 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendMoveEventIfNeeded()
418 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendUpEvents()
446 TouchPoint[] lastTouchPoints = getLastTouchPoints(); in appendDownEvents()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java45 import android.accessibilityservice.GestureDescription.TouchPoint;
232 TouchPoint[] startTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
233 TouchPoint[] endTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
235 startTouchPoints[i] = new TouchPoint(); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
239 endTouchPoints[i] = new TouchPoint(); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
353 TouchPoint clickTouchPoint = new TouchPoint(); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()
399 TouchPoint clickTouchPoint = new TouchPoint(); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()
744 TouchPoint[] touchPoints = new TouchPoint[1]; in createSimpleGestureFromPoints()
745 touchPoints[0] = new TouchPoint(); in createSimpleGestureFromPoints()
764 TouchPoint[] touchPoints = new TouchPoint[numPoints1 + numPoints2]; in combineGestureSteps()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt161 Landroid/accessibilityservice/GestureDescription$TouchPoint;-><init>()V
162 …essibilityservice/GestureDescription$TouchPoint;-><init>(Landroid/accessibilityservice/GestureDesc…
164 …ssibilityservice/GestureDescription$TouchPoint;->copyFrom(Landroid/accessibilityservice/GestureDes…
166 Landroid/accessibilityservice/GestureDescription$TouchPoint;->FLAG_IS_END_OF_PATH:I
167 Landroid/accessibilityservice/GestureDescription$TouchPoint;->FLAG_IS_START_OF_PATH:I
168 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mContinuedStrokeId:I
169 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mIsEndOfPath:Z
170 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mIsStartOfPath:Z
171 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mStrokeId:I
172 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mX:F
[all …]