Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java89 private static final Point LINE_START = new Point(100, 200); field in MotionEventInjectorTest
142 mLineList = createSimpleGestureFromPoints(0, 0, false, LINE_DURATION, LINE_START, LINE_END); in setUp()
161 mIsLineStart = allOf(IS_ACTION_DOWN, isAtPoint(LINE_START), hasStandardInitialization(), in setUp()
555 assertThat(events.get(2), allOf(isAtPoint(LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled()
575 assertThat(events.get(3), allOf(isAtPoint(LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled()