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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java1034 boolean ignoreBottomDecorations =
1037 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);
1083 * @param ignoreBottomDecorations if true, the height returned will be all the way to the bottom
1088 public int getMaxAvailableHeight(View anchor, int yOffset, boolean ignoreBottomDecorations) { argument
1097 if (ignoreBottomDecorations) {
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1140 boolean ignoreBottomDecorations =
1143 getAnchorView(), mDropDownVerticalOffset, ignoreBottomDecorations);
H A DPopupWindow.java1261 * @param ignoreBottomDecorations if true, the height returned will be
1269 public int getMaxAvailableHeight(View anchor, int yOffset, boolean ignoreBottomDecorations) { argument
1277 if (ignoreBottomDecorations) {

Completed in 402 milliseconds