Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java918 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()