Searched refs:anchorBounds (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/autofill/ |
D | IAugmentedAutofillManagerClient.aidl | 54 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi() argument
|
D | IAutoFillManagerClient.aidl | 81 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi() argument
|
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()
|
D | AutofillManager.java | 2885 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument 2898 anchorBounds, presenter)) { in requestShowFillUi() 4539 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument 4542 afm.post(() -> afm.requestShowFillUi(sessionId, id, width, height, anchorBounds, in requestShowFillUi() 4748 Rect anchorBounds, IAutofillWindowPresenter presenter) { in requestShowFillUi() argument 4751 afm.post(() -> afm.requestShowFillUi(sessionId, id, width, height, anchorBounds, in requestShowFillUi()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipKeepClearAlgorithm.kt | 58 val anchorBounds: Rect, in <lambda>() constant in com.android.wm.shell.pip.tv.TvPipKeepClearAlgorithm.Placement 130 val anchorBounds = removePermanentDecors(fromTransformedSpace(result.anchorBounds)) in <lambda>() constant 137 anchorBounds, in <lambda>()
|
/frameworks/base/core/java/android/service/autofill/augmented/ |
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()
|