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

Commit b218fd8f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update VibrationEffect.Composition.compose documentation"

parents 27db5eaa af7ed637
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1077,13 +1077,13 @@ public abstract class VibrationEffect implements Parcelable {
        }

        /**
         * Compose all of the added primitives together into a single {@link VibrationEffect}.
         * Compose all of the added elements together into a single {@link VibrationEffect}.
         *
         * <p>The {@link Composition} object is still valid after this call, so you can continue
         * adding more primitives to it and generating more {@link VibrationEffect}s by calling this
         * adding more elements to it and generating more {@link VibrationEffect}s by calling this
         * method again.
         *
         * @return The {@link VibrationEffect} resulting from the composition of the primitives.
         * @return The {@link VibrationEffect} resulting from the composition of the elements.
         */
        @NonNull
        public VibrationEffect compose() {