Searched refs:getTextWidthWith (Results 1 – 1 of 1) sorted by relevance
242 layoutParams.width = getTextWidthWith(anchorViewLocation); in updateWidthWith()273 private int getTextWidthWith(Rect anchorViewLocation) { in getTextWidthWith() method in BaseTooltipView297 return getTextWidthWith(anchorViewLocation) + mArrowWidth + mArrowMargin; in getWindowWidthWith()