Searched refs:showAsDropDown (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillPopupWindow.java | 232 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/ |
D | PopupWindow.java | 1357 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
|
D | ListPopupWindow.java | 715 mPopup.showAsDropDown(getAnchorView(), mDropDownHorizontalOffset, in show()
|
D | Editor.java | 583 mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY(), in showError()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38015 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/ |
D | current.txt | 57649 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/ |
D | current.txt | 57793 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);
|