Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DTouchExplorerTest.java244 mMotionEventListener.assertNonePropagated(); in testFastSwipe_doesNotInitiateTouchExploration()
307 mMotionEventListener.assertNonePropagated(); in testSloppyDoubleTapAccessibilityFocus_performsClick()
327 mMotionEventListener.assertNonePropagated(); in testDoubleTapAccessibilityFocus_performsClick()
342 mMotionEventListener.assertNonePropagated(); in testDoubleTapNoFocus_doesNotPerformClick()
361 mMotionEventListener.assertNonePropagated(); in testDoubleTapAndHoldNoFocus_doesNotPerformLongClick()
463 mMotionEventListener.assertNonePropagated(); in testSecondFingerDoubleTapNotTouchExploring_performsClick()
552 mMotionEventListener.assertNonePropagated(); in testGestureDetectionPassthrough_initiatesTouchExploration()
560 mMotionEventListener.assertNonePropagated(); in testGestureDetectionPassthrough_initiatesTouchExploration()
586 mMotionEventListener.assertNonePropagated(); in testTouchExplorationPassthrough_sendsTouchEvents()
593 mMotionEventListener.assertNonePropagated(); in testTouchExplorationPassthrough_sendsTouchEvents()
DTouchInteractionControllerTest.java363 mMotionEventListener.assertNonePropagated(); in testPerformClickAccessibilityFocus_performsClick()
376 mMotionEventListener.assertNonePropagated(); in testPerformClickNoFocus_doesNotPerformClick()
428 mMotionEventListener.assertNonePropagated(); in testRemove_shouldReturnControlToFramework()
430 mMotionEventListener.assertNonePropagated(); in testRemove_shouldReturnControlToFramework()
DFullScreenMagnificationGestureHandlerTest.java388 mTouchListener.assertNonePropagated(); in setZoomByTripleTapping()
400 mTouchListener.assertNonePropagated(); in tripleTapAndDragViewport()
403 mTouchListener.assertNonePropagated(); in tripleTapAndDragViewport()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DEventCapturingMotionEventListener.java67 public void assertNonePropagated() { in assertNonePropagated() method in EventCapturingMotionEventListener