Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DMenuPopup.java40 private Rect mEpicenterBounds; field in MenuPopup
70 mEpicenterBounds = bounds; in setEpicenterBounds()
77 return mEpicenterBounds; in getEpicenterBounds()
/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.java114 private Rect mEpicenterBounds; field in ListPopupWindow
472 mEpicenterBounds = bounds; in setEpicenterBounds()
691 mPopup.setEpicenterBounds(mEpicenterBounds); in show()
DPopupWindow.java199 private Rect mEpicenterBounds; field in PopupWindow
470 mEpicenterBounds = bounds; in setEpicenterBounds()
1963 if (mEpicenterBounds != null) { in getTransitionEpicenter()
1966 bounds.set(mEpicenterBounds); in getTransitionEpicenter()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java149 private Rect mEpicenterBounds; field in ListPopupWindow
511 mEpicenterBounds = bounds; in setEpicenterBounds()
728 sSetEpicenterBoundsMethod.invoke(mPopup, mEpicenterBounds); in show()