Loading core/java/android/os/VibrationEffect.java +1 −2 Original line number Diff line number Diff line Loading @@ -1083,8 +1083,7 @@ public abstract class VibrationEffect implements Parcelable { * * @param primitiveId The primitive to add * @param scale The scale to apply to the intensity of the primitive. * @param delay The amount of time, in milliseconds, to wait between playing the prior * primitive and this one * @param delay The amount of time in milliseconds to wait before playing this primitive * @return The {@link Composition} object to enable adding multiple primitives in one chain. */ @NonNull Loading Loading
core/java/android/os/VibrationEffect.java +1 −2 Original line number Diff line number Diff line Loading @@ -1083,8 +1083,7 @@ public abstract class VibrationEffect implements Parcelable { * * @param primitiveId The primitive to add * @param scale The scale to apply to the intensity of the primitive. * @param delay The amount of time, in milliseconds, to wait between playing the prior * primitive and this one * @param delay The amount of time in milliseconds to wait before playing this primitive * @return The {@link Composition} object to enable adding multiple primitives in one chain. */ @NonNull Loading