Searched refs:buttonY (Results 1 – 1 of 1) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityEndToEndTest.java | 1201 final int buttonY = button.getHeight() / 2; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() local 1202 final int hoverY = buttonLocation[1] + buttonY; in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain() 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()
|