diff options
author | Lais Andrade <lsandrade@google.com> | 2021-03-09 11:46:43 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-09 11:46:43 +0000 |
commit | 2b9f0c762355a1f49babb35698c5f4436509a066 (patch) | |
tree | 4f9173b5ff09e21e31ec7b0a820476250e77c1f1 | |
parent | 687da317add67d40a8ae6a027d5a538d1fb09395 (diff) | |
parent | 66a26003e8b01dce7346afdfed5e93887186179f (diff) |
Merge "Clarify delay parameter documentation in VibrationEffect"
-rw-r--r-- | core/java/android/os/VibrationEffect.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/os/VibrationEffect.java b/core/java/android/os/VibrationEffect.java index 769a34eed1dc..13871c51afe2 100644 --- a/core/java/android/os/VibrationEffect.java +++ b/core/java/android/os/VibrationEffect.java @@ -1083,7 +1083,8 @@ 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 before playing this primitive + * @param delay The amount of time in milliseconds to wait before playing this primitive, + * starting at the time the previous element in this composition is finished. * @return The {@link Composition} object to enable adding multiple primitives in one chain. */ @NonNull |