Home
last modified time | relevance | path

Searched refs:firstStep (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java241 GestureStep firstStep = gestureSteps.get(0); in newGestureTriesToContinueOldOne() local
242 for (int i = 0; i < firstStep.numTouchPoints; i++) { in newGestureTriesToContinueOldOne()
243 if (!firstStep.touchPoints[i].mIsStartOfPath) { in newGestureTriesToContinueOldOne()
262 GestureStep firstStep = gestureSteps.get(0); in prepareToContinueOldGesture() local
265 for (int i = 0; i < firstStep.numTouchPoints; i++) { in prepareToContinueOldGesture()
266 TouchPoint touchPoint = firstStep.touchPoints[i]; in prepareToContinueOldGesture()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt55206 method protected int firstStep(org.apache.http.conn.routing.RouteInfo);