Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java78 private static Method sSetEpicenterBoundsMethod; field in ListPopupWindow
95 sSetEpicenterBoundsMethod = PopupWindow.class.getDeclaredMethod(
708 if (sSetEpicenterBoundsMethod != null) { in show()
710 sSetEpicenterBoundsMethod.invoke(mPopup, mEpicenterBounds); in show()