Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java76 private static Method sClipToWindowEnabledMethod; field in ListPopupWindow
82 sClipToWindowEnabledMethod = PopupWindow.class.getDeclaredMethod(
1359 if (sClipToWindowEnabledMethod != null) { in setPopupClipToScreenEnabled()
1361 sClipToWindowEnabledMethod.invoke(mPopup, clip); in setPopupClipToScreenEnabled()