Home
last modified time | relevance | path

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

/cts/common/device-side/util/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/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.java867 () -> injectHoverEvent(downTime, false, hoverLeft, hoverY), in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
873 injectHoverEvent(downTime, true, hoverMiddle, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
874 injectHoverEvent(downTime, true, hoverRight, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
875 injectHoverEvent(downTime, true, hoverMiddle, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
876 injectHoverEvent(downTime, true, hoverLeft, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
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()
1029 private static void injectHoverEvent(long downTime, boolean isFirstHoverEvent, in injectHoverEvent() method in AccessibilityEndToEndTest