Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java83 private static Method sSetEpicenterBoundsMethod; field in ListPopupWindow
95 sSetEpicenterBoundsMethod = PopupWindow.class.getDeclaredMethod(
742 if (sSetEpicenterBoundsMethod != null) { in show()
744 sSetEpicenterBoundsMethod.invoke(mPopup, mEpicenterBounds); in show()