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()
116 private Rect mEpicenterBounds; field in ListPopupWindow479 mEpicenterBounds = bounds != null ? new Rect(bounds) : null; in setEpicenterBounds()491 return mEpicenterBounds != null ? new Rect(mEpicenterBounds) : null; in getEpicenterBounds()711 mPopup.setEpicenterBounds(mEpicenterBounds); in show()
215 private Rect mEpicenterBounds; field in PopupWindow492 return mEpicenterBounds != null ? new Rect(mEpicenterBounds) : null; in getEpicenterBounds()511 mEpicenterBounds = bounds != null ? new Rect(bounds) : null; in setEpicenterBounds()2112 if (mEpicenterBounds != null) { in getTransitionEpicenter()2115 bounds.set(mEpicenterBounds); in getTransitionEpicenter()
82532 Landroid/widget/ListPopupWindow;->mEpicenterBounds:Landroid/graphics/Rect;83015 Landroid/widget/PopupWindow;->mEpicenterBounds:Landroid/graphics/Rect;100591 Lcom/android/internal/view/menu/MenuPopup;->mEpicenterBounds:Landroid/graphics/Rect;