From eba431d7032ae3913f0cf29ea6c8ac028263f0ad Mon Sep 17 00:00:00 2001 From: Chet Haase Date: Tue, 17 Aug 2010 11:59:01 -0700 Subject: [PATCH] demo for new reversing behavior in Animator Change-Id: I50c736ce504105101f71551d6074750dca9d1391 --- samples/ApiDemos/AndroidManifest.xml | 7 + .../res/layout/animation_reversing.xml | 40 +++++ .../apis/animation/ReversingAnimation.java | 142 ++++++++++++++++++ 3 files changed, 189 insertions(+) create mode 100644 samples/ApiDemos/res/layout/animation_reversing.xml create mode 100644 samples/ApiDemos/src/com/example/android/apis/animation/ReversingAnimation.java diff --git a/samples/ApiDemos/AndroidManifest.xml b/samples/ApiDemos/AndroidManifest.xml index 94bc15788..cc37efb89 100644 --- a/samples/ApiDemos/AndroidManifest.xml +++ b/samples/ApiDemos/AndroidManifest.xml @@ -831,6 +831,13 @@ + + + + + + + diff --git a/samples/ApiDemos/res/layout/animation_reversing.xml b/samples/ApiDemos/res/layout/animation_reversing.xml new file mode 100644 index 000000000..b2ae53655 --- /dev/null +++ b/samples/ApiDemos/res/layout/animation_reversing.xml @@ -0,0 +1,40 @@ + + + + +