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.java1970 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument
1983 anchorBounds, presenter)) { in requestShowFillUi()
3159 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument
3162 afm.post(() -> afm.requestShowFillUi(sessionId, id, width, height, anchorBounds, in requestShowFillUi()
3287 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument
3290 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.java8298 int height, @Nullable Rect anchorBounds, IAutofillWindowPresenter presenter) { in autofillClientRequestShowFillUi() argument
8307 mAutofillPopupWindow.update(anchor, 0, 0, width, height, anchorBounds); in autofillClientRequestShowFillUi()