diff options
| author | Chet Haase <chet@google.com> | 2013-04-08 07:39:17 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-08 07:39:17 -0700 |
| commit | b7045d2fb9d4b37333dbccb25a2ae9eee3b54577 (patch) | |
| tree | ee5167d087609c52dbda63964e97ed99e12bcd12 /core/java/android/animation | |
| parent | 1a0a2c8e77eb407475fc114728aee2a6cfb3a588 (diff) | |
| parent | cbfce445c500a12fee63e526251471839f44e26b (diff) | |
| download | frameworks_base-b7045d2fb9d4b37333dbccb25a2ae9eee3b54577.zip frameworks_base-b7045d2fb9d4b37333dbccb25a2ae9eee3b54577.tar.gz frameworks_base-b7045d2fb9d4b37333dbccb25a2ae9eee3b54577.tar.bz2 | |
am cbfce445: am edf6f4b4: Make adding views specific to a ViewGroup\'s overlay
* commit 'cbfce445c500a12fee63e526251471839f44e26b':
Make adding views specific to a ViewGroup's overlay
Diffstat (limited to 'core/java/android/animation')
| -rw-r--r-- | core/java/android/animation/RectEvaluator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/animation/RectEvaluator.java b/core/java/android/animation/RectEvaluator.java index 10932bb..28d496b 100644 --- a/core/java/android/animation/RectEvaluator.java +++ b/core/java/android/animation/RectEvaluator.java @@ -18,7 +18,7 @@ package android.animation; import android.graphics.Rect; /** - * This evaluator can be used to perform type interpolation between <code>int</code> values. + * This evaluator can be used to perform type interpolation between <code>Rect</code> values. */ public class RectEvaluator implements TypeEvaluator<Rect> { |
