Searched refs:getWindowAvailableBounds (Results 1 – 1 of 1) sorted by relevance
155 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