Searched refs:attachToAnchor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillPopupWindow.java | 214 attachToAnchor(anchor, xoff, yoff, gravity); in showAsDropDown() 227 protected void attachToAnchor(View anchor, int xoff, int yoff, int gravity) { in attachToAnchor() method in AutofillPopupWindow 228 super.attachToAnchor(anchor, xoff, yoff, gravity); in attachToAnchor()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1270 attachToAnchor(anchor, xoff, yoff, gravity); in showAsDropDown() 2249 attachToAnchor(anchor, xoff, yoff, gravity); 2319 protected void attachToAnchor(View anchor, int xoff, int yoff, int gravity) {
|