Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DIAugmentedAutofillManagerClient.aidl47 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi() argument
DIAutoFillManagerClient.aidl66 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi() argument
DAutofillManager.java1980 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument
1993 anchorBounds, presenter)) { in requestShowFillUi()
3169 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument
3172 afm.post(() -> afm.requestShowFillUi(sessionId, id, width, height, anchorBounds, in requestShowFillUi()
3297 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument
3300 afm.post(() -> afm.requestShowFillUi(sessionId, id, width, height, anchorBounds, in requestShowFillUi()
/frameworks/base/core/java/android/service/autofill/augmented/
DAugmentedAutofillService.java437 public void requestShowFillUi(int width, int height, Rect anchorBounds, in requestShowFillUi() argument
445 mClient.requestShowFillUi(mSessionId, mFocusedId, width, height, anchorBounds, in requestShowFillUi()
/frameworks/base/core/java/android/app/
DActivity.java8319 int height, @Nullable Rect anchorBounds, IAutofillWindowPresenter presenter) { in autofillClientRequestShowFillUi() argument
8328 mAutofillPopupWindow.update(anchor, 0, 0, width, height, anchorBounds); in autofillClientRequestShowFillUi()