diff options
| author | 2021-04-21 23:07:23 +0000 | |
|---|---|---|
| committer | 2021-04-21 23:07:23 +0000 | |
| commit | 1c166fa20dd9cd8d77e9e99dd968f66170c05cf5 (patch) | |
| tree | 29df63cd7b488c31ed502945cc0263b3cd278f0d | |
| parent | 789850e9b7bd1402b115ae93b7789ebb6cc746f2 (diff) | |
| parent | 07a7231bc84de3bfd5e9a2a3ee0e2a6e66479a74 (diff) | |
Merge "Fix grammatical error in LayoutAnimationController documentation." am: 84fdb3b19f am: 07a7231bc8
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1680106
Change-Id: I456c07ee5beeceb6d9581ed2dc0313f4ba9fadd1
| -rw-r--r-- | core/java/android/view/animation/LayoutAnimationController.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/animation/LayoutAnimationController.java b/core/java/android/view/animation/LayoutAnimationController.java index 7fa49c1a6c8f..e2b7519b1912 100644 --- a/core/java/android/view/animation/LayoutAnimationController.java +++ b/core/java/android/view/animation/LayoutAnimationController.java @@ -27,8 +27,8 @@ import android.view.ViewGroup; import java.util.Random; /** - * A layout animation controller is used to animated a layout's, or a view - * group's, children. Each child uses the same animation but for every one of + * A layout animation controller is used to animate the children of a layout or a view + * group. Each child uses the same animation but for every one of * them, the animation starts at a different time. A layout animation controller * is used by {@link android.view.ViewGroup} to compute the delay by which each * child's animation start must be offset. The delay is computed by using |