Searched defs:mEpicenterBounds (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopup.java41 private Rect mEpicenterBounds; field in class:MenuPopup
71 mEpicenterBounds = bounds;
78 return mEpicenterBounds;
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuPopup.java39 private Rect mEpicenterBounds; field in class:MenuPopup
69 mEpicenterBounds = bounds;
76 return mEpicenterBounds;
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java111 private Rect mEpicenterBounds; field in class:ListPopupWindow
469 mEpicenterBounds = bounds;
670 mPopup.setEpicenterBounds(mEpicenterBounds);
H A DPopupWindow.java186 private Rect mEpicenterBounds; field in class:PopupWindow
450 mEpicenterBounds = bounds;
1891 if (mEpicenterBounds != null) {
1894 bounds.set(mEpicenterBounds);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java146 private Rect mEpicenterBounds; field in class:ListPopupWindow
508 mEpicenterBounds = bounds;
710 sSetEpicenterBoundsMethod.invoke(mPopup, mEpicenterBounds);

Completed in 159 milliseconds