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

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

Completed in 59 milliseconds