Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java168 private void injectLongEnter(View target) throws Throwable { in injectLongEnter() method in TooltipTest
254 injectLongEnter(mNoTooltipView); in testNoTooltipWhenNotSet()
436 injectLongEnter(null); in testLongKeyPressWithoutFocusDoesNotShowTooltip()
442 injectLongEnter(mNoTooltipView); in testLongKeyPressOnAnotherViewDoesNotShowTooltip()
448 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnNonClickableView()
455 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnClickableView()
462 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnLongClickableView()
469 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnContextClickableView()
475 injectLongEnter(mTooltipView); in testLongKeyPressTooltipStaysOnMouseMove()
489 injectLongEnter(mTooltipView); in testLongKeyPressTooltipHidesAfterUp()
[all …]