Searched refs:showAsDropDown (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java781 public void showAsDropDown(View anchor) { method in class:PopupWindow
782 showAsDropDown(anchor, 0, 0);
799 public void showAsDropDown(View anchor, int xoff, int yoff) { method in class:PopupWindow
849 * by this method is meaningful only after {@link #showAsDropDown(android.view.View)}
850 * or {@link #showAsDropDown(android.view.View, int, int)} was invoked.
1128 * {@link #showAsDropDown(android.view.View)} has been executed. Failing that, calling
1131 * @see #showAsDropDown(android.view.View)
H A DAutoCompleteTextView.java1210 mPopup.showAsDropDown(getDropDownAnchorView(),
H A DTextView.java3373 mPopup.showAsDropDown(this, getErrorX(), getErrorY());

Completed in 85 milliseconds