Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java1272 final boolean ignoreBottomDecorations = in buildDropDown()
1275 ignoreBottomDecorations); in buildDropDown()
1420 private int getMaxAvailableHeight(View anchor, int yOffset, boolean ignoreBottomDecorations) { in getMaxAvailableHeight() argument
1424 ignoreBottomDecorations); in getMaxAvailableHeight()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java1230 final boolean ignoreBottomDecorations = in buildDropDown()
1233 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations); in buildDropDown()
DPopupWindow.java1829 @NonNull View anchor, int yOffset, boolean ignoreBottomDecorations) { in getMaxAvailableHeight() argument
1835 if (ignoreBottomDecorations) { in getMaxAvailableHeight()