Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e847921b authored by Joanne Chung's avatar Joanne Chung
Browse files

Update javadoc for ViewTranslationRequest.Builder for virtual view.

Bug: 185273314
Test: n/a. Only update javadoc.
Change-Id: I63b0115184113b1a85833408a61859b7c3d55713
parent 692496d9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -118,7 +118,8 @@ public final class ViewTranslationRequest implements Parcelable {
         *
         * @param autofillId the {@link AutofillId} of the non-virtual view hosting the virtual view
         * hierarchy associated with this request.
        * @param virtualChildId the id of the virtual child, relative to the parent.
        * @param virtualChildId the id of the virtual view in the host view. This id is the same
         * virtual id provided through content capture.
         */
        public Builder(@NonNull AutofillId autofillId, long virtualChildId) {
            mAutofillId = new AutofillId(autofillId, virtualChildId, AutofillId.NO_SESSION);