Home
last modified time | relevance | path

Searched refs:showAsDropDown (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java232 showAsDropDown(actualAnchor, offsetX, offsetY); in update()
263 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() method in AutofillPopupWindow
/frameworks/base/core/java/android/widget/
DPopupWindow.java1358 public void showAsDropDown(View anchor) { in showAsDropDown() method in PopupWindow
1359 showAsDropDown(anchor, 0, 0); in showAsDropDown()
1379 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() method in PopupWindow
1380 showAsDropDown(anchor, xoff, yoff, DEFAULT_ANCHORED_GRAVITY); in showAsDropDown()
1403 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() method in PopupWindow
DListPopupWindow.java715 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
DEditor.java583 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY(), in showError()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38015 method public void showAsDropDown(android.view.View);
38016 method public void showAsDropDown(android.view.View, int, int);
38017 method public void showAsDropDown(android.view.View, int, int, int);
/frameworks/base/api/
Dcurrent.txt56285 method public void showAsDropDown(android.view.View);
56286 method public void showAsDropDown(android.view.View, int, int);
56287 method public void showAsDropDown(android.view.View, int, int, int);