Searched refs:assertPropagated (Results 1 – 7 of 7) sorted by relevance
229 mMotionEventListener.assertPropagated( in testSlowSwipe_initiatesTouchExploration()231 mService.assertPropagated( in testSlowSwipe_initiatesTouchExploration()245 mService.assertPropagated( in testFastSwipe_doesNotInitiateTouchExploration()277 mMotionEventListener.assertPropagated(ACTION_DOWN, ACTION_MOVE, ACTION_UP); in testTwoFingerDrag_dispatchesEventsBetweenFingers()285 mMotionEventListener.assertPropagated(ACTION_HOVER_ENTER, ACTION_HOVER_EXIT); in testSingleTap_initiatesTouchExploration()286 mService.assertPropagated( in testSingleTap_initiatesTouchExploration()308 mService.assertPropagated( in testSloppyDoubleTapAccessibilityFocus_performsClick()328 mService.assertPropagated( in testDoubleTapAccessibilityFocus_performsClick()343 mService.assertPropagated(TYPE_TOUCH_INTERACTION_START, TYPE_TOUCH_INTERACTION_END); in testDoubleTapNoFocus_doesNotPerformClick()362 mService.assertPropagated(TYPE_TOUCH_INTERACTION_START, TYPE_TOUCH_INTERACTION_END); in testDoubleTapAndHoldNoFocus_doesNotPerformLongClick()[all …]
237 mMotionEventListener.assertPropagated(ACTION_HOVER_ENTER, ACTION_HOVER_EXIT); in testSingleTap_initiatesTouchExploration()263 mMotionEventListener.assertPropagated( in testInterruptedSwipe_generatesConsistentEventStream()269 mMotionEventListener.assertPropagated( in testInterruptedSwipe_generatesConsistentEventStream()303 mMotionEventListener.assertPropagated(ACTION_DOWN, ACTION_MOVE, ACTION_UP); in testTwoFingerDrag_sendsTouchEvents()333 mMotionEventListener.assertPropagated( in testTwoFingersMovingIndependently_shouldDelegate()344 mService.assertPropagated(TYPE_TOUCH_INTERACTION_START, TYPE_TOUCH_INTERACTION_END); in testDoubleTap_producesSingleInteraction()361 mService.assertPropagated(TYPE_VIEW_ACCESSIBILITY_FOCUSED); in testPerformClickAccessibilityFocus_performsClick()397 mMotionEventListener.assertPropagated(ACTION_HOVER_ENTER, ACTION_HOVER_EXIT); in testPerformLongClick_sendsMotionEvents()399 mService.assertPropagated( in testPerformLongClick_sendsMotionEvents()416 mMotionEventListener.assertPropagated(ACTION_DOWN, ACTION_MOVE, ACTION_UP); in testPerformLongClick_sendsMotionEvents()[all …]
417 mTouchListener.assertPropagated(ACTION_DOWN, ACTION_UP); in assertGesturesPropagateToView()420 mTouchListener.assertPropagated(ACTION_DOWN, ACTION_UP); in assertGesturesPropagateToView()423 mTouchListener.assertPropagated(ACTION_DOWN, ACTION_UP, ACTION_DOWN, ACTION_UP); in assertGesturesPropagateToView()431 mTouchListener.assertPropagated(ACTION_DOWN, ACTION_MOVE, ACTION_UP); in assertGesturesPropagateToView()
167 public void assertPropagated(int... events) { in assertPropagated() method in GestureDetectionStubAccessibilityService
535 mService.assertPropagated(events); in assertEventAfterGesture()
2142 listener.assertPropagated(ACTION_DOWN, ACTION_UP); in testOnMotionEvent_interceptsEventFromRequestedSource_observesMotionEvents()2229 listener.assertPropagated(ACTION_HOVER_ENTER, ACTION_HOVER_EXIT); in testMotionEventObserving_ignoresTouchscreenEventWhenTouchExplorationEnabled()
81 public void assertPropagated(int... eventTypes) { in assertPropagated() method in EventCapturingMotionEventListener