Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java203 private void injectHoverEvent(int action, int source, View target, int offsetX, int offsetY) { in injectHoverEvent() method in TooltipTest
208 injectHoverEvent(ACTION_HOVER_MOVE, source, target, offsetX, offsetY); in injectHoverMove()
215 private void injectHoverEvent(int action, View target) { in injectHoverEvent() method in TooltipTest
216 injectHoverEvent(action, InputDevice.SOURCE_MOUSE, target, 0, 0); in injectHoverEvent()
295 injectHoverEvent(ACTION_HOVER_ENTER, mTooltipView); in testTooltipOnDisabledView()
585 injectHoverEvent(ACTION_HOVER_ENTER, mTooltipView); in testMouseHoverTooltipOnClickableView()
593 injectHoverEvent(ACTION_HOVER_ENTER, mTooltipView); in testMouseHoverTooltipOnLongClickableView()
601 injectHoverEvent(ACTION_HOVER_ENTER, mTooltipView); in testMouseHoverTooltipOnContextClickableView()
608 injectHoverEvent(ACTION_HOVER_ENTER, mTooltipView); in testMouseHoverTooltipStaysOnMouseMove()
622 injectHoverEvent(ACTION_HOVER_ENTER, mTooltipView); in testMouseHoverTooltipHidesOnExit()
[all …]
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsMouseUtil.java90 injectHoverEvent(instrumentation, downTime, x, y); in emulateHoverOnView()
93 private static void injectHoverEvent(Instrumentation instrumentation, long downTime, in injectHoverEvent() method in CtsMouseUtil
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java1219 () -> injectHoverEvent(downTime, false, hoverLeft, hoverY), in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
1225 injectHoverEvent(downTime, true, hoverMiddle, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
1226 injectHoverEvent(downTime, true, hoverRight, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
1227 injectHoverEvent(downTime, true, hoverMiddle, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
1228 injectHoverEvent(downTime, true, hoverLeft, hoverY); in testTouchDelegateWithEbtBetweenView_ReHoverDelegate_FocusTargetAgain()
1285 () -> injectHoverEvent(downTime, false, delegateX, textY), in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
1290 () -> injectHoverEvent(downTime, true, textX, textY), in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
1294 () -> injectHoverEvent(downTime, true, delegateX, textY), in testTouchDelegateCoverParentWithEbt_HoverChildAndBack_FocusTargetAgain()
1417 injectHoverEvent(time, true, x, y); in testAccessibilityDataSensitive_canObserveHoverEvent()
2428 private static void injectHoverEvent(long downTime, boolean isFirstHoverEvent, in injectHoverEvent() method in AccessibilityEndToEndTest