Searched refs:showAsDropDown (Results 1 – 6 of 6) 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 | 1358 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
|
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/api/ |
D | current.txt | 56285 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);
|