Searched refs:setEpicenterBounds (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopup.java70 public void setEpicenterBounds(Rect bounds) { method in class:MenuPopup
H A DMenuPopupHelper.java177 * {@link android.widget.PopupWindow#setEpicenterBounds(Rect)} will be
273 popup.setEpicenterBounds(epicenter);
H A DStandardMenuPopup.java178 mPopup.setEpicenterBounds(getEpicenterBounds());
H A DCascadingMenuPopup.java428 popupWindow.setEpicenterBounds(epicenterBounds);
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuPopup.java69 public void setEpicenterBounds(Rect bounds) { method in class:MenuPopup
H A DMenuPopupHelper.java184 * {@link android.widget.PopupWindow#setEpicenterBounds(Rect)} will be
287 popup.setEpicenterBounds(epicenter);
H A DStandardMenuPopup.java159 mPopup.setEpicenterBounds(getEpicenterBounds());
H A DCascadingMenuPopup.java422 popupWindow.setEpicenterBounds(epicenterBounds);
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java468 public void setEpicenterBounds(Rect bounds) { method in class:ListPopupWindow
670 mPopup.setEpicenterBounds(mEpicenterBounds);
H A DPopupWindow.java451 public void setEpicenterBounds(Rect bounds) { method in class:PopupWindow
1880 * {@link #setEpicenterBounds(Rect)}, which is anchor-relative.
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java99 "setEpicenterBounds", Rect.class);
101 Log.i(TAG, "Could not find method setEpicenterBounds(Rect) on PopupWindow. Oh well.");
514 public void setEpicenterBounds(Rect bounds) { method in class:ListPopupWindow
719 Log.e(TAG, "Could not invoke setEpicenterBounds on PopupWindow", e);

Completed in 157 milliseconds