Home
last modified time | relevance | path

Searched refs:sSetClipToWindowEnabledMethod (Results 1 – 1 of 1) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java81 private static Method sSetClipToWindowEnabledMethod; field in ListPopupWindow
88 sSetClipToWindowEnabledMethod = PopupWindow.class.getDeclaredMethod(
1429 if (sSetClipToWindowEnabledMethod != null) { in setPopupClipToScreenEnabled()
1431 sSetClipToWindowEnabledMethod.invoke(mPopup, clip); in setPopupClipToScreenEnabled()