Searched refs:buttonX (Results 1 – 1 of 1) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityEndToEndTest.java | 851 final int buttonX = button.getWidth() / 2; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() local 886 matchHover(MotionEvent.ACTION_HOVER_ENTER, buttonX, buttonY)); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 888 matchHover(MotionEvent.ACTION_HOVER_MOVE, buttonX, 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()
|