Searched defs:notifyViewEntered (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java88 * <li>{@link #notifyViewEntered(View)}
89 * <li>{@link #notifyViewEntered(View, int, Rect)}
95 * {@link #notifyViewEntered(View)}. App developers can call {@link #requestAutofill(View)} to
232 * <p>In this state, app callbacks (such as {@link #notifyViewEntered(View)}) are notified to
251 * <p>In this state, most apps callback (such as {@link #notifyViewEntered(View)}) are ignored,
705 * {@link #notifyViewEntered(View)} is called, but this method should be used in the
712 notifyViewEntered(view, FLAG_MANUAL_REQUEST);
719 * {@link #notifyViewEntered(View, int, Rect)} is called, but this method should be used in the
740 notifyViewEntered(view, virtualId, absBounds, FLAG_MANUAL_REQUEST);
748 public void notifyViewEntered( method in class:AutofillManager
790 private void notifyViewEntered(@NonNull View view, int flags) { method in class:AutofillManager
935 public void notifyViewEntered(@NonNull View view, int virtualId, @NonNull Rect absBounds) { method in class:AutofillManager
939 private void notifyViewEntered(View view, int virtualId, Rect bounds, int flags) { method in class:AutofillManager
2349 private boolean notifyViewEntered(int windowId, long nodeId, Rect focusedBounds) { method in class:AutofillManager.CompatibilityBridge
[all...]

Completed in 1072 milliseconds