aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/anim1-expected-completion55.txt
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-09-21 18:06:02 -0700
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-09-21 18:06:03 -0700
commit322b78f9d478d85a45183268616d869bc4801d6a (patch)
treeb05a72e009706f238106714637b913274b311810 /eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/anim1-expected-completion55.txt
parent962383255d9f553e4ac18f793d3fb652780334b1 (diff)
parent7ba4007a63500e67c7a31042df6a03390c8bfc32 (diff)
downloadplatform_sdk-322b78f9d478d85a45183268616d869bc4801d6a.tar.gz
platform_sdk-322b78f9d478d85a45183268616d869bc4801d6a.tar.bz2
platform_sdk-322b78f9d478d85a45183268616d869bc4801d6a.zip
Merge "37688: Completion doesn't work with Library Project's resources"
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/anim1-expected-completion55.txt')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/anim1-expected-completion55.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/anim1-expected-completion55.txt b/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/anim1-expected-completion55.txt
index 8f6cd3203..385f4761b 100644
--- a/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/anim1-expected-completion55.txt
+++ b/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/anim1-expected-completion55.txt
@@ -4,8 +4,8 @@ android:toXDelta : [float, fraction]
android:fromYDelta : [float, fraction]
android:toYDelta : [float, fraction]
android:interpolator : Defines the interpolator used to smooth the animation movement in time. [reference]
-android:fillEnabled : When set to true, fillAfter is taken into account. [boolean]
-android:fillBefore : When set to true, the animation transformation is applied before the animation has started. [boolean]
+android:fillEnabled : When set to true, the value of fillBefore is taken into account. [boolean]
+android:fillBefore : When set to true or when fillEnabled is not set to true, the animation transformation is applied before the animation has started. [boolean]
android:fillAfter : When set to true, the animation transformation is applied after the animation is over. [boolean]
android:duration : Amount of time (in milliseconds) for the animation to run. [integer]
android:startOffset : Delay in milliseconds before the animation runs, once start time is reached. [integer]