Searched refs:TouchPoint (Results 1 – 4 of 4) sorted by relevance
439 public TouchPoint() { in TouchPoint() method in GestureDescription.TouchPoint442 public TouchPoint(TouchPoint pointToCopy) { in TouchPoint() method in GestureDescription.TouchPoint446 public TouchPoint(Parcel parcel) { in TouchPoint() method in GestureDescription.TouchPoint456 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 …]
22 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 …]
45 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 …]
161 Landroid/accessibilityservice/GestureDescription$TouchPoint;-><init>()V162 …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:I167 Landroid/accessibilityservice/GestureDescription$TouchPoint;->FLAG_IS_START_OF_PATH:I168 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mContinuedStrokeId:I169 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mIsEndOfPath:Z170 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mIsStartOfPath:Z171 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mStrokeId:I172 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mX:F[all …]