Searched refs:mEpicenterBounds (Results 1 – 4 of 4) sorted by relevance
41 private Rect mEpicenterBounds; field in MenuPopup71 mEpicenterBounds = bounds; in setEpicenterBounds()78 return mEpicenterBounds; in getEpicenterBounds()
119 private Rect mEpicenterBounds; field in ListPopupWindow486 mEpicenterBounds = bounds != null ? new Rect(bounds) : null; in setEpicenterBounds()498 return mEpicenterBounds != null ? new Rect(mEpicenterBounds) : null; in getEpicenterBounds()718 mPopup.setEpicenterBounds(mEpicenterBounds); in show()
217 private Rect mEpicenterBounds; field in PopupWindow496 return mEpicenterBounds != null ? new Rect(mEpicenterBounds) : null; in getEpicenterBounds()515 mEpicenterBounds = bounds != null ? new Rect(bounds) : null; in setEpicenterBounds()2126 if (mEpicenterBounds != null) { in getTransitionEpicenter()2129 bounds.set(mEpicenterBounds); in getTransitionEpicenter()
67460 Landroid/widget/ListPopupWindow;->mEpicenterBounds:Landroid/graphics/Rect;67943 Landroid/widget/PopupWindow;->mEpicenterBounds:Landroid/graphics/Rect;85515 Lcom/android/internal/view/menu/MenuPopup;->mEpicenterBounds:Landroid/graphics/Rect;