Home
last modified time | relevance | path

Searched refs:mEpicenterBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
DMenuPopup.java41 private Rect mEpicenterBounds; field in MenuPopup
71 mEpicenterBounds = bounds; in setEpicenterBounds()
78 return mEpicenterBounds; in getEpicenterBounds()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java116 private Rect mEpicenterBounds; field in ListPopupWindow
479 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()
DPopupWindow.java216 private Rect mEpicenterBounds; field in PopupWindow
493 return mEpicenterBounds != null ? new Rect(mEpicenterBounds) : null; in getEpicenterBounds()
512 mEpicenterBounds = bounds != null ? new Rect(bounds) : null; in setEpicenterBounds()
2113 if (mEpicenterBounds != null) { in getTransitionEpicenter()
2116 bounds.set(mEpicenterBounds); in getTransitionEpicenter()