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.java1271 final boolean ignoreBottomDecorations = in buildDropDown()
1274 ignoreBottomDecorations); in buildDropDown()
1419 private int getMaxAvailableHeight(View anchor, int yOffset, boolean ignoreBottomDecorations) { in getMaxAvailableHeight() argument
1423 ignoreBottomDecorations); in getMaxAvailableHeight()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java1228 final boolean ignoreBottomDecorations = in buildDropDown()
1231 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations); in buildDropDown()
DPopupWindow.java1824 @NonNull View anchor, int yOffset, boolean ignoreBottomDecorations) { in getMaxAvailableHeight() argument
1830 if (ignoreBottomDecorations) { in getMaxAvailableHeight()