Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java852 final int buttonY = button.getHeight() / 2; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() local
853 final int hoverY = buttonLocation[1] + buttonY; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
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()