Searched defs: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()
|
H A D | IAutoFillManagerClient.aidl | 74 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi()
|
H A D | AutofillClientController.java | 446 int height, @Nullable Rect anchorBounds, IAutofillWindowPresenter presenter) { in autofillClientRequestShowFillUi()
|
H A D | AutofillManager.java | 2716 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() 4213 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() 4418 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi()
|
/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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipKeepClearAlgorithm.kt | 130 val anchorBounds = removePermanentDecors(fromTransformedSpace(result.anchorBounds)) regex
|