Searched refs:absBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java730 * Rect absBounds = new Rect(bounds.left + offset[0],
737 * @param absBounds absolute boundaries of the virtual view in the screen.
739 public void requestAutofill(@NonNull View view, int virtualId, @NonNull Rect absBounds) { argument
740 notifyViewEntered(view, virtualId, absBounds, FLAG_MANUAL_REQUEST);
926 * Rect absBounds = new Rect(bounds.left + offset[0],
933 * @param absBounds absolute boundaries of the virtual view in the screen.
935 public void notifyViewEntered(@NonNull View view, int virtualId, @NonNull Rect absBounds) { argument
936 notifyViewEntered(view, virtualId, absBounds, 0);

Completed in 68 milliseconds