Searched refs:sSetClipToWindowEnabledMethod (Results 1 – 1 of 1) sorted by relevance
81 private static Method sSetClipToWindowEnabledMethod; field in ListPopupWindow88 sSetClipToWindowEnabledMethod = PopupWindow.class.getDeclaredMethod(1429 if (sSetClipToWindowEnabledMethod != null) { in setPopupClipToScreenEnabled()1431 sSetClipToWindowEnabledMethod.invoke(mPopup, clip); in setPopupClipToScreenEnabled()