Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java105 final View tooltipView = view.getTooltipView(); in hasTooltip() local
106 return tooltipView != null && tooltipView.getParent() != null; in hasTooltip()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java1141 final View tooltipView = viewWithTooltip.getTooltipView(); in hasTooltipShowing() local
1142 return (tooltipView != null) && (tooltipView.getParent() != null); in hasTooltipShowing()