Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java2285 public void onAuthenticationResult(int authenticationId, Intent data, View focusView) { in onAuthenticationResult() argument
2307 if (!mOnInvisibleCalled && focusView != null in onAuthenticationResult()
2308 && focusView.canNotifyAutofillEnterExitEvent()) { in onAuthenticationResult()
2309 notifyViewExitedLocked(focusView); in onAuthenticationResult()
2310 notifyViewEnteredLocked(focusView, focusView.getAutofillId(), in onAuthenticationResult()
2311 /* bounds= */ null, focusView.getAutofillValue(), /* flags= */ 0); in onAuthenticationResult()