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

/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java420 * @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 chil
894 notifyViewVisibilityChangedInternal(@onNull View view, int virtualId, boolean isVisible, boolean virtual) argument
[all...]

Completed in 275 milliseconds