Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java2428 public void onAuthenticationResult(int authenticationId, Intent data, View focusView) { in onAuthenticationResult() argument
2452 if (!mOnInvisibleCalled && focusView != null in onAuthenticationResult()
2453 && focusView.canNotifyAutofillEnterExitEvent()) { in onAuthenticationResult()
2454 notifyViewExitedLocked(focusView); in onAuthenticationResult()
2455 notifyViewEnteredLocked(focusView, focusView.getAutofillId(), in onAuthenticationResult()
2456 /* bounds= */ null, focusView.getAutofillValue(), /* flags= */ 0); in onAuthenticationResult()