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

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

Completed in 57 milliseconds