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