Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsMouseUtil.java86 injectHoverEvent(uiAutomation, downTime, x, y); in emulateHoverOnView()
89 private static void injectHoverEvent(UiAutomation uiAutomation, long downTime, int xOnScreen, in injectHoverEvent() method in CtsMouseUtil
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java885 () -> injectHoverEvent(downTime, false, hoverLeft, hoverY), in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
891 injectHoverEvent(downTime, true, hoverMiddle, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
892 injectHoverEvent(downTime, true, hoverRight, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
893 injectHoverEvent(downTime, true, hoverMiddle, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
894 injectHoverEvent(downTime, true, hoverLeft, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
948 () -> injectHoverEvent(downTime, false, delegateX, textY), in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
953 () -> injectHoverEvent(downTime, true, textX, textY), in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
957 () -> injectHoverEvent(downTime, true, delegateX, textY), in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
1047 private static void injectHoverEvent(long downTime, boolean isFirstHoverEvent, in injectHoverEvent() method in AccessibilityEndToEndTest