Searched refs:showAsDropDown (Results 1 – 5 of 5) 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/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |