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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DMenuPopupWindow.java55 private static Method sSetTouchModalMethod; field in class:MenuPopupWindow
59 sSetTouchModalMethod = PopupWindow.class.getDeclaredMethod(
100 if (sSetTouchModalMethod != null) {
102 sSetTouchModalMethod.invoke(mPopup, touchModal);

Completed in 82 milliseconds