Searched refs:sClipToWindowEnabledMethod (Results 1 – 1 of 1) sorted by relevance
76 private static Method sClipToWindowEnabledMethod; field in ListPopupWindow82 sClipToWindowEnabledMethod = PopupWindow.class.getDeclaredMethod(1359 if (sClipToWindowEnabledMethod != null) { in setPopupClipToScreenEnabled()1361 sClipToWindowEnabledMethod.invoke(mPopup, clip); in setPopupClipToScreenEnabled()