Searched refs:onAutofillEvent (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
D | MyAutofillCallback.java | 51 public void onAutofillEvent(View view, int event) { in onAutofillEvent() method in MyAutofillCallback
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 1710 mCallback.onAutofillEvent(view, AutofillCallback.EVENT_INPUT_UNAVAILABLE); in notifyViewEntered() 1844 callback.onAutofillEvent(view, virtualId, in notifyViewEntered() 2908 callback.onAutofillEvent(anchor, id.getVirtualChildIntId(), in requestShowFillUi() 2911 callback.onAutofillEvent(anchor, AutofillCallback.EVENT_INPUT_SHOWN); in requestShowFillUi() 3531 callback.onAutofillEvent(anchor, id.getVirtualChildIntId(), in requestHideFillUi() 3534 callback.onAutofillEvent(anchor, AutofillCallback.EVENT_INPUT_HIDDEN); in requestHideFillUi() 3607 callback.onAutofillEvent( in notifyCallback() 3610 callback.onAutofillEvent(anchor, event); in notifyCallback() 4461 public void onAutofillEvent(@NonNull View view, @AutofillEventType int event) { in onAutofillEvent() method in AutofillManager.AutofillCallback 4472 public void onAutofillEvent(@NonNull View view, int virtualId, in onAutofillEvent() method in AutofillManager.AutofillCallback
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 55696 method public void onAutofillEvent(@NonNull android.view.View, int); 55697 method public void onAutofillEvent(@NonNull android.view.View, int, int);
|