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.java169 private void injectLongEnter(View target) throws Throwable { in injectLongEnter() method in TooltipTest
255 injectLongEnter(mNoTooltipView); in testNoTooltipWhenNotSet()
437 injectLongEnter(null); in testLongKeyPressWithoutFocusDoesNotShowTooltip()
443 injectLongEnter(mNoTooltipView); in testLongKeyPressOnAnotherViewDoesNotShowTooltip()
449 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnNonClickableView()
456 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnClickableView()
463 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnLongClickableView()
470 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnContextClickableView()
476 injectLongEnter(mTooltipView); in testLongKeyPressTooltipStaysOnMouseMove()
490 injectLongEnter(mTooltipView); in testLongKeyPressTooltipHidesAfterUp()
[all …]