Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DIAugmentedAutofillManagerClient.aidl54 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi() argument
H A DIAutoFillManagerClient.aidl74 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi() argument
H A DAutofillClientController.java446 int height, @Nullable Rect anchorBounds, IAutofillWindowPresenter presenter) { in autofillClientRequestShowFillUi() argument
455 mAutofillPopupWindow.update(anchor, 0, 0, width, height, anchorBounds); in autofillClientRequestShowFillUi()
H A DAutofillManager.java2716 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument
2729 anchorBounds, presenter)) { in requestShowFillUi()
4213 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument
4216 afm.post(() -> afm.requestShowFillUi(sessionId, id, width, height, anchorBounds, in requestShowFillUi()
4418 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument
4421 afm.post(() -> afm.requestShowFillUi(sessionId, id, width, height, anchorBounds, in requestShowFillUi()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipKeepClearAlgorithm.kt58 val anchorBounds: Rect,
130 val anchorBounds = removePermanentDecors(fromTransformedSpace(result.anchorBounds)) regex
137 anchorBounds,
/aosp14/frameworks/base/core/java/android/service/autofill/augmented/
H A DAugmentedAutofillService.java512 public void requestShowFillUi(int width, int height, Rect anchorBounds, in requestShowFillUi() argument
520 mClient.requestShowFillUi(mSessionId, mFocusedId, width, height, anchorBounds, in requestShowFillUi()