Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DMyAutofillCallback.java51 public void onAutofillEvent(View view, int event) { in onAutofillEvent() method in MyAutofillCallback
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java946 mCallback.onAutofillEvent(view, AutofillCallback.EVENT_INPUT_UNAVAILABLE); in notifyViewEntered()
1114 callback.onAutofillEvent(view, virtualId, in notifyViewEntered()
2003 callback.onAutofillEvent(anchor, id.getVirtualChildIntId(), in requestShowFillUi()
2006 callback.onAutofillEvent(anchor, AutofillCallback.EVENT_INPUT_SHOWN); in requestShowFillUi()
2408 callback.onAutofillEvent(anchor, id.getVirtualChildIntId(), in requestHideFillUi()
2411 callback.onAutofillEvent(anchor, AutofillCallback.EVENT_INPUT_HIDDEN); in requestHideFillUi()
2435 callback.onAutofillEvent(anchor, id.getVirtualChildIntId(), in notifyNoFillUi()
2438 callback.onAutofillEvent(anchor, AutofillCallback.EVENT_INPUT_UNAVAILABLE); in notifyNoFillUi()
3119 public void onAutofillEvent(@NonNull View view, @AutofillEventType int event) { in onAutofillEvent() method in AutofillManager.AutofillCallback
3130 public void onAutofillEvent(@NonNull View view, int virtualId, in onAutofillEvent() method in AutofillManager.AutofillCallback
/frameworks/base/non-updatable-api/
Dcurrent.txt54155 method public void onAutofillEvent(@NonNull android.view.View, int);
54156 method public void onAutofillEvent(@NonNull android.view.View, int, int);
/frameworks/base/api/
Dcurrent.txt54299 method public void onAutofillEvent(@NonNull android.view.View, int);
54300 method public void onAutofillEvent(@NonNull android.view.View, int, int);