Searched refs:sSetTouchModalMethod (Results 1 – 1 of 1) sorted by relevance
56 private static Method sSetTouchModalMethod; field in MenuPopupWindow60 sSetTouchModalMethod = PopupWindow.class.getDeclaredMethod(101 if (sSetTouchModalMethod != null) { in setTouchModal()103 sSetTouchModalMethod.invoke(mPopup, touchModal); in setTouchModal()