Searched refs:tooltipView (Results 1 – 2 of 2) sorted by relevance
104 final View tooltipView = view.getTooltipView(); in hasTooltip() local105 return tooltipView != null && tooltipView.getParent() != null; in hasTooltip()
815 final View tooltipView = viewWithTooltip.getTooltipView(); in hasTooltipShowing() local816 return (tooltipView != null) && (tooltipView.getParent() != null); in hasTooltipShowing()