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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java77 private static Method sGetMaxAvailableHeightMethod; field in class:ListPopupWindow
88 sGetMaxAvailableHeightMethod = PopupWindow.class.getDeclaredMethod(
1369 if (sGetMaxAvailableHeightMethod != null) {
1371 return (int) sGetMaxAvailableHeightMethod.invoke(mPopup, anchor, yOffset,

Completed in 145 milliseconds