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