Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DMenuPopupWindow.java56 private static Method sSetTouchModalMethod; field in MenuPopupWindow
60 sSetTouchModalMethod = PopupWindow.class.getDeclaredMethod(
101 if (sSetTouchModalMethod != null) { in setTouchModal()
103 sSetTouchModalMethod.invoke(mPopup, touchModal); in setTouchModal()