Home
last modified time | relevance | path

Searched refs:showAsDropDown (Results 1 – 7 of 7) 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.java1357 public void showAsDropDown(View anchor) { in showAsDropDown() method in PopupWindow
1358 showAsDropDown(anchor, 0, 0); in showAsDropDown()
1378 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() method in PopupWindow
1379 showAsDropDown(anchor, xoff, yoff, DEFAULT_ANCHORED_GRAVITY); in showAsDropDown()
1402 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/non-updatable-api/
Dcurrent.txt57649 method public void showAsDropDown(android.view.View);
57650 method public void showAsDropDown(android.view.View, int, int);
57651 method public void showAsDropDown(android.view.View, int, int, int);
/frameworks/base/api/
Dcurrent.txt57793 method public void showAsDropDown(android.view.View);
57794 method public void showAsDropDown(android.view.View, int, int);
57795 method public void showAsDropDown(android.view.View, int, int, int);