Searched refs:anchorBounds (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | IAugmentedAutofillManagerClient.aidl | 54 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi() argument
|
H A D | IAutoFillManagerClient.aidl | 74 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi() argument
|
H A D | AutofillClientController.java | 446 int height, @Nullable Rect anchorBounds, IAutofillWindowPresenter presenter) { in autofillClientRequestShowFillUi() argument 455 mAutofillPopupWindow.update(anchor, 0, 0, width, height, anchorBounds); in autofillClientRequestShowFillUi()
|
H A D | AutofillManager.java | 2716 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 D | TvPipKeepClearAlgorithm.kt | 58 val anchorBounds: Rect, 130 val anchorBounds = removePermanentDecors(fromTransformedSpace(result.anchorBounds)) regex 137 anchorBounds,
|
/aosp14/frameworks/base/core/java/android/service/autofill/augmented/ |
H A D | AugmentedAutofillService.java | 512 public void requestShowFillUi(int width, int height, Rect anchorBounds, in requestShowFillUi() argument 520 mClient.requestShowFillUi(mSessionId, mFocusedId, width, height, anchorBounds, in requestShowFillUi()
|