Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java439 List<GestureStep> combinedLines1 = combineGestureSteps( in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
441 List<GestureStep> combinedLines2 = combineGestureSteps( in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
735 List<GestureStep> combineGestureSteps(List<GestureStep> list1, List<GestureStep> list2) { in combineGestureSteps() method in MotionEventInjectorTest