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.java165 private void injectLongEnter(View target) throws Throwable { in injectLongEnter() method in TooltipTest
242 injectLongEnter(mNoTooltipView); in testNoTooltipWhenNotSet()
256 injectLongEnter(mTooltipView); in testNoTooltipOnDisabledView()
425 injectLongEnter(null); in testLongKeyPressWithoutFocusDoesNotShowTooltip()
431 injectLongEnter(mNoTooltipView); in testLongKeyPressOnAnotherViewDoesNotShowTooltip()
437 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnNonClickableView()
444 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnClickableView()
451 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnLongClickableView()
458 injectLongEnter(mTooltipView); in testLongKeyPressTooltipOnContextClickableView()
464 injectLongEnter(mTooltipView); in testLongKeyPressTooltipStaysOnMouseMove()
[all …]