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