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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1223 * @param ignoreBottomDecorations if true, the height returned will be
1231 public int getMaxAvailableHeight(View anchor, int yOffset, boolean ignoreBottomDecorations) { argument
1239 if (ignoreBottomDecorations) {

Completed in 697 milliseconds