Searched refs:matchHover (Results 1 – 1 of 1) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityEndToEndTest.java | 886 matchHover(MotionEvent.ACTION_HOVER_ENTER, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 888 matchHover(MotionEvent.ACTION_HOVER_MOVE, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 890 matchHover(MotionEvent.ACTION_HOVER_MOVE, hoverMiddle, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 892 matchHover(MotionEvent.ACTION_HOVER_EXIT, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 894 matchHover(MotionEvent.ACTION_HOVER_ENTER, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 896 matchHover(MotionEvent.ACTION_HOVER_MOVE, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 947 matchHover(MotionEvent.ACTION_HOVER_ENTER, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() 949 matchHover(MotionEvent.ACTION_HOVER_MOVE, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() 951 matchHover(MotionEvent.ACTION_HOVER_MOVE, textX, textY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() 953 matchHover(MotionEvent.ACTION_HOVER_EXIT, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() [all …]
|