Searched refs:sGetMaxAvailableHeightMethod (Results 1 – 1 of 1) sorted by relevance
77 private static Method sGetMaxAvailableHeightMethod; field in ListPopupWindow88 sGetMaxAvailableHeightMethod = PopupWindow.class.getDeclaredMethod(1369 if (sGetMaxAvailableHeightMethod != null) { in getMaxAvailableHeight()1371 return (int) sGetMaxAvailableHeightMethod.invoke(mPopup, anchor, yOffset, in getMaxAvailableHeight()