Home
last modified time | relevance | path

Searched refs:attachToAnchor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java214 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/
DPopupWindow.java1270 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) {