Searched refs:onAutofillEvent (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
H A D | MyAutofillCallback.java | 51 public void onAutofillEvent(View view, int event) { in onAutofillEvent() method in MyAutofillCallback
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 1052 mCallback.onAutofillEvent(view, AutofillCallback.EVENT_INPUT_UNAVAILABLE); in notifyViewEntered() 1228 callback.onAutofillEvent(view, virtualId, in notifyViewEntered() 2207 callback.onAutofillEvent(anchor, id.getVirtualChildIntId(), in requestShowFillUi() 2210 callback.onAutofillEvent(anchor, AutofillCallback.EVENT_INPUT_SHOWN); in requestShowFillUi() 2697 callback.onAutofillEvent(anchor, id.getVirtualChildIntId(), in requestHideFillUi() 2700 callback.onAutofillEvent(anchor, AutofillCallback.EVENT_INPUT_HIDDEN); in requestHideFillUi() 2773 callback.onAutofillEvent( in notifyCallback() 2776 callback.onAutofillEvent(anchor, event); in notifyCallback() 3453 public void onAutofillEvent(@NonNull View view, @AutofillEventType int event) { in onAutofillEvent() method in AutofillManager.AutofillCallback 3464 public void onAutofillEvent(@NonNull View view, int virtualId, in onAutofillEvent() method in AutofillManager.AutofillCallback
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 51572 method public void onAutofillEvent(@NonNull android.view.View, int); 51573 method public void onAutofillEvent(@NonNull android.view.View, int, int);
|