Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java123 final View actualAnchor; in update() local
136 actualAnchor = anchor; in update()
139 actualAnchor = new View(anchor.getContext()) { in update()
204 actualAnchor.setLeftTopRightBottom( in update()
207 actualAnchor.setScrollX(anchor.getScrollX()); in update()
208 actualAnchor.setScrollY(anchor.getScrollY()); in update()
214 actualAnchor.setWillNotDraw(true); in update()
216 actualAnchor = anchor; in update()
232 showAsDropDown(actualAnchor, offsetX, offsetY); in update()
234 update(actualAnchor, offsetX, offsetY, width, height); in update()