Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuViewAppearance.java155 final Rect draggableBounds = new Rect(getWindowAvailableBounds()); in getMenuDraggableBoundsWith()
209 return Math.min(getWindowAvailableBounds().height() - mMargin * 2, in getMenuHeight()
262 return calculateActualMenuHeight() > getWindowAvailableBounds().height(); in hasExceededMaxWindowHeight()
281 private Rect getWindowAvailableBounds() { in getWindowAvailableBounds() method in MenuViewAppearance