Searched refs:sSetEpicenterBoundsMethod (Results 1 – 1 of 1) sorted by relevance
83 private static Method sSetEpicenterBoundsMethod; field in ListPopupWindow95 sSetEpicenterBoundsMethod = PopupWindow.class.getDeclaredMethod(742 if (sSetEpicenterBoundsMethod != null) { in show()744 sSetEpicenterBoundsMethod.invoke(mPopup, mEpicenterBounds); in show()