Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DIAugmentedAutofillManagerClient.aidl54 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi() argument
DIAutoFillManagerClient.aidl81 in Rect anchorBounds, in IAutofillWindowPresenter presenter); in requestShowFillUi() argument
DAutofillClientController.java446 int height, @Nullable Rect anchorBounds, IAutofillWindowPresenter presenter) { in autofillClientRequestShowFillUi() argument
455 mAutofillPopupWindow.update(anchor, 0, 0, width, height, anchorBounds); in autofillClientRequestShowFillUi()
DAutofillManager.java2885 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/
DTvPipKeepClearAlgorithm.kt58 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/
DAugmentedAutofillService.java512 public void requestShowFillUi(int width, int height, Rect anchorBounds, in requestShowFillUi() argument
520 mClient.requestShowFillUi(mSessionId, mFocusedId, width, height, anchorBounds, in requestShowFillUi()