Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DBaseTooltipView.java242 layoutParams.width = getTextWidthWith(anchorViewLocation); in updateWidthWith()
273 private int getTextWidthWith(Rect anchorViewLocation) { in getTextWidthWith() method in BaseTooltipView
297 return getTextWidthWith(anchorViewLocation) + mArrowWidth + mArrowMargin; in getWindowWidthWith()