Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java1000 public void notifyViewExited(@NonNull View view) { in notifyViewExited() method in AutofillManager
1178 public void notifyViewExited(@NonNull View view, int virtualId) { in notifyViewExited() method in AutofillManager
2705 notifyViewExited(mFocusedWindowId, mFocusedNodeId); in onAccessibilityEvent()
2776 private void notifyViewExited(int windowId, long nodeId) { in notifyViewExited() method in AutofillManager.CompatibilityBridge
2785 AutofillManager.this.notifyViewExited(view, virtualId); in notifyViewExited()
/frameworks/base/core/java/android/app/
DActivity.java2227 getAutofillManager().notifyViewExited(focus); in onPause()
/frameworks/base/core/java/android/view/
DView.java7856 afm.notifyViewExited(this);
/frameworks/base/api/
Dcurrent.txt52775 method public void notifyViewExited(@NonNull android.view.View);
52776 method public void notifyViewExited(@NonNull android.view.View, int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79012 Landroid/view/autofill/AutofillManager$CompatibilityBridge;->notifyViewExited(IJ)V