Searched refs:autofillValue (Results 1 – 1 of 1) sorted by relevance
242 void update(@Nullable AutofillValue autofillValue, @Nullable Rect virtualBounds, int flags) { in update() argument243 if (autofillValue != null) { in update()244 mCurrentValue = autofillValue; in update()