Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java1250 final boolean ignoreBottomDecorations = in buildDropDown()
1253 ignoreBottomDecorations); in buildDropDown()
1368 private int getMaxAvailableHeight(View anchor, int yOffset, boolean ignoreBottomDecorations) { in getMaxAvailableHeight() argument
1372 ignoreBottomDecorations); in getMaxAvailableHeight()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java1204 final boolean ignoreBottomDecorations = in buildDropDown()
1207 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations); in buildDropDown()
DPopupWindow.java1762 @NonNull View anchor, int yOffset, boolean ignoreBottomDecorations) { in getMaxAvailableHeight() argument
1764 if (ignoreBottomDecorations) { in getMaxAvailableHeight()