Searched refs:matchHover (Results 1 – 1 of 1) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityEndToEndTest.java | 1238 matchHover(MotionEvent.ACTION_HOVER_ENTER, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 1240 matchHover(MotionEvent.ACTION_HOVER_MOVE, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 1242 matchHover(MotionEvent.ACTION_HOVER_MOVE, hoverMiddle, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 1244 matchHover(MotionEvent.ACTION_HOVER_EXIT, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 1246 matchHover(MotionEvent.ACTION_HOVER_ENTER, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 1248 matchHover(MotionEvent.ACTION_HOVER_MOVE, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 1302 matchHover(MotionEvent.ACTION_HOVER_ENTER, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() 1304 matchHover(MotionEvent.ACTION_HOVER_MOVE, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() 1306 matchHover(MotionEvent.ACTION_HOVER_MOVE, textX, textY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() 1308 matchHover(MotionEvent.ACTION_HOVER_EXIT, targetX, targetY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() [all …]
|