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.java104 final View tooltipView = view.getTooltipView(); in hasTooltip() local
105 return tooltipView != null && tooltipView.getParent() != null; in hasTooltip()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java815 final View tooltipView = viewWithTooltip.getTooltipView(); in hasTooltipShowing() local
816 return (tooltipView != null) && (tooltipView.getParent() != null); in hasTooltipShowing()