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.java96 final View actualAnchor; in update() local
98 actualAnchor = new View(anchor.getContext()) { in update()
163 actualAnchor.setLeftTopRightBottom( in update()
166 actualAnchor.setScrollX(anchor.getScrollX()); in update()
167 actualAnchor.setScrollY(anchor.getScrollY()); in update()
169 actualAnchor = anchor; in update()
175 showAsDropDown(actualAnchor, offsetX, offsetY); in update()
177 update(actualAnchor, offsetX, offsetY, width, height); in update()