Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java1759 public void onAuthenticationResult(int authenticationId, Intent data, View focusView) { in onAuthenticationResult() argument
1781 if (!mOnInvisibleCalled && focusView != null in onAuthenticationResult()
1782 && focusView.canNotifyAutofillEnterExitEvent()) { in onAuthenticationResult()
1783 notifyViewExitedLocked(focusView); in onAuthenticationResult()
1784 notifyViewEnteredLocked(focusView, 0); in onAuthenticationResult()