Searched refs:textY (Results 1 – 1 of 1) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityEndToEndTest.java | 918 final int textY = location[1] + textView.getHeight() / 2; in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() local 930 () -> injectHoverEvent(downTime, false, delegateX, textY), in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() 935 () -> injectHoverEvent(downTime, true, textX, textY), in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() 939 () -> injectHoverEvent(downTime, true, delegateX, textY), in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain() 951 matchHover(MotionEvent.ACTION_HOVER_MOVE, textX, textY)); in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
|