diff options
author | Chet Haase <chet@google.com> | 2010-08-23 11:39:53 -0700 |
---|---|---|
committer | Chet Haase <chet@google.com> | 2010-08-24 13:09:20 -0700 |
commit | 49afa5bc100e5d4c069fea980dd6b09501f56397 (patch) | |
tree | d7f9ec46740c60da71dbea586d6a64e29f6850ab /core/java/android/view/animation | |
parent | 63134b3aee2143c6df1ae9e2f8e4d516e26a0e2a (diff) | |
download | frameworks_base-49afa5bc100e5d4c069fea980dd6b09501f56397.zip frameworks_base-49afa5bc100e5d4c069fea980dd6b09501f56397.tar.gz frameworks_base-49afa5bc100e5d4c069fea980dd6b09501f56397.tar.bz2 |
Add facilities for layout transitions
Change-Id: I5c73ce6c6ba3bc9e3b57fcfbbcab37d511db6132
Diffstat (limited to 'core/java/android/view/animation')
-rw-r--r-- | core/java/android/view/animation/Animation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/animation/Animation.java b/core/java/android/view/animation/Animation.java index f3392d9..9a1e41c 100644 --- a/core/java/android/view/animation/Animation.java +++ b/core/java/android/view/animation/Animation.java @@ -307,7 +307,7 @@ public abstract class Animation implements Cloneable { * animated as well as the objects parents. (This is to support animation * sizes being specifed relative to these dimensions.) * - * <p>Objects that interpret a Animations should call this method when + * <p>Objects that interpret Animations should call this method when * the sizes of the object being animated and its parent are known, and * before calling {@link #getTransformation}. * |