Searched refs:tooltipView (Results 1 – 2 of 2) sorted by relevance
105 final View tooltipView = view.getTooltipView(); in hasTooltip() local106 return tooltipView != null && tooltipView.getParent() != null; in hasTooltip()
1141 final View tooltipView = viewWithTooltip.getTooltipView(); in hasTooltipShowing() local1142 return (tooltipView != null) && (tooltipView.getParent() != null); in hasTooltipShowing()