Searched refs:mEpicenterBounds (Results 1 – 5 of 5) sorted by relevance
40 private Rect mEpicenterBounds; field in MenuPopup70 mEpicenterBounds = bounds; in setEpicenterBounds()77 return mEpicenterBounds; in getEpicenterBounds()
41 private Rect mEpicenterBounds; field in MenuPopup71 mEpicenterBounds = bounds; in setEpicenterBounds()78 return mEpicenterBounds; in getEpicenterBounds()
114 private Rect mEpicenterBounds; field in ListPopupWindow472 mEpicenterBounds = bounds; in setEpicenterBounds()691 mPopup.setEpicenterBounds(mEpicenterBounds); in show()
199 private Rect mEpicenterBounds; field in PopupWindow470 mEpicenterBounds = bounds; in setEpicenterBounds()1963 if (mEpicenterBounds != null) { in getTransitionEpicenter()1966 bounds.set(mEpicenterBounds); in getTransitionEpicenter()
149 private Rect mEpicenterBounds; field in ListPopupWindow511 mEpicenterBounds = bounds; in setEpicenterBounds()728 sSetEpicenterBoundsMethod.invoke(mPopup, mEpicenterBounds); in show()