Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DBaseTooltipView.java252 anchorViewLocation.centerY() - (getTextHeightWith(anchorViewLocation) / 2); in updateLocationWith()
282 private int getTextHeightWith(Rect anchorViewLocation) { in getTextHeightWith() method in BaseTooltipView