Searched refs:getMaxAvailableHeight (Results 1 – 1 of 1) sorted by relevance
| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | ListPopupWindow.java | 1292 final int maxHeight = getMaxAvailableHeight(getAnchorView(), mDropDownVerticalOffset, 1441 private int getMaxAvailableHeight(View anchor, int yOffset, boolean ignoreBottomDecorations) { in getMaxAvailableHeight() method 1452 return mPopup.getMaxAvailableHeight(anchor, yOffset); in getMaxAvailableHeight() 1454 return Api24Impl.getMaxAvailableHeight(mPopup, anchor, yOffset, in getMaxAvailableHeight() 1480 static int getMaxAvailableHeight(PopupWindow popupWindow, View anchor, int yOffset, in getMaxAvailableHeight() method in Api24Impl 1482 return popupWindow.getMaxAvailableHeight(anchor, yOffset, ignoreBottomDecorations); in getMaxAvailableHeight()
|