Lines Matching defs:virtual

420          * @param virtualBounds The bounds of the virtual decendant of the anchor.
716 * Explicitly requests a new autofill context for virtual views.
720 * cases where it must be explicitly started. For example, when the virtual view offers an
723 * <p>The virtual view boundaries must be absolute screen coordinates. For example, if the
724 * parent view uses {@code bounds} to draw the virtual view inside its Canvas,
735 * @param view the virtual view parent.
736 * @param virtualId id identifying the virtual child inside the parent view.
737 * @param absBounds absolute boundaries of the virtual view in the screen.
876 * Called when a virtual view's visibility changed.
879 * @param virtualId id identifying the virtual child inside the parent view.
887 * Called when a view/virtual view's visibility changed.
890 * @param virtualId id identifying the virtual child inside the parent view.
892 * @param virtual Whether the view is virtual.
895 boolean isVisible, boolean virtual) {
898 final AutofillId id = virtual ? getAutofillId(view, virtualId)
917 * Called when a virtual view that supports autofill is entered.
919 * <p>The virtual view boundaries must be absolute screen coordinates. For example, if the
920 * parent, non-virtual view uses {@code bounds} to draw the virtual view inside its Canvas,
931 * @param view the virtual view parent.
932 * @param virtualId id identifying the virtual child inside the parent view.
933 * @param absBounds absolute boundaries of the virtual view in the screen.
993 * Called when a virtual view that supports autofill is exited.
995 * @param view the virtual view parent.
996 * @param virtualId id identifying the virtual child inside the parent view.
1079 * Called to indicate the value of an autofillable virtual view has changed.
1081 * @param view the virtual view parent.
1082 * @param virtualId id identifying the virtual child inside the parent view.
1113 * Called to indicate a virtual view has been clicked.
1115 * @param view the virtual view parent.
1116 * @param virtualId id identifying the virtual child inside the parent view.
1163 * <p>This method is typically called by {@link View Views} that manage virtual views; for
1164 * example, when the view is rendering an {@code HTML} page with a form and virtual views
1192 * <p>This method is typically called by {@link View Views} that manage virtual views; for
1193 * example, when the view is rendering an {@code HTML} page with a form and virtual views
1841 // Most likely there will be just one view with virtual children.
2563 * @param id the id of the view/virtual view whose visibility changed.
2721 * Called after a change in the autofill state associated with a virtual view.
2724 * @param virtualId id identifying the virtual child inside the parent view.