diff options
| author | Chet Haase <chet@google.com> | 2011-04-22 16:42:10 -0700 |
|---|---|---|
| committer | Chet Haase <chet@google.com> | 2011-04-22 16:42:10 -0700 |
| commit | 6cfdf4538049e4b96f50d8c0fe3119664420cc34 (patch) | |
| tree | 766190868e274776121ec8b3d41669d223d9c78e /core/java/android/animation | |
| parent | b86a6ea41dadae6ee1915cdb9406c51193e97555 (diff) | |
| download | frameworks_base-6cfdf4538049e4b96f50d8c0fe3119664420cc34.zip frameworks_base-6cfdf4538049e4b96f50d8c0fe3119664420cc34.tar.gz frameworks_base-6cfdf4538049e4b96f50d8c0fe3119664420cc34.tar.bz2 | |
Fix bitfield bug with vertex shader selection
Change-Id: I8bd3005f363afb52e6624806efb3e04c4a56ee18
Diffstat (limited to 'core/java/android/animation')
| -rw-r--r-- | core/java/android/animation/AnimatorInflater.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/animation/AnimatorInflater.java b/core/java/android/animation/AnimatorInflater.java index bcab66e..ed4036d 100644 --- a/core/java/android/animation/AnimatorInflater.java +++ b/core/java/android/animation/AnimatorInflater.java @@ -31,11 +31,11 @@ import java.io.IOException; import java.util.ArrayList; /** - * This class is used to instantiate menu XML files into Animator objects. + * This class is used to instantiate animator XML files into Animator objects. * <p> - * For performance reasons, menu inflation relies heavily on pre-processing of + * For performance reasons, inflation relies heavily on pre-processing of * XML files that is done at build time. Therefore, it is not currently possible - * to use MenuInflater with an XmlPullParser over a plain XML file at runtime; + * to use this inflater with an XmlPullParser over a plain XML file at runtime; * it only works with an XmlPullParser returned from a compiled resource (R. * <em>something</em> file.) */ |
