summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2017-06-06 15:41:21 -0700
committerJon Miranda <jonmiranda@google.com>2017-06-07 15:45:45 -0700
commit5c83e7cdc5f4d0406a5e564971871e1f694fddfc (patch)
tree0fe534bce8cd61a377cd7f14ec7325d3f85cdab1 /res/values/config.xml
parent3a5b835297cd2687cb66f9c9a57ca963b61ca9be (diff)
downloadandroid_packages_apps_Trebuchet-5c83e7cdc5f4d0406a5e564971871e1f694fddfc.tar.gz
android_packages_apps_Trebuchet-5c83e7cdc5f4d0406a5e564971871e1f694fddfc.tar.bz2
android_packages_apps_Trebuchet-5c83e7cdc5f4d0406a5e564971871e1f694fddfc.zip
Refactor and generalize SpringAnimationHandler.
SpringAnimationHandler is only responsible for motion tracking and updating the list of springs it is handling. Spring initialization and updates are handled by the AnimationFactory interface. This is done in preparation for future CLs where SpringAnimationHandler will be used in more cases. Bug: 38349031 Change-Id: I5ebce710cc05e4e88b708ceea5d2cfefbd0eb3d0
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index d2272f256..db1a75da9 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -64,6 +64,9 @@
<!-- The duration of the animation from search hint to text entry -->
<integer name="config_searchHintAnimationDuration">50</integer>
+ <!-- View tag key used to store SpringAnimation data. -->
+ <item type="id" name="spring_animation_tag" />
+
<!-- Workspace -->
<!-- The duration (in ms) of the fade animation on the object outlines, used when
we are dragging objects around on the home screen. -->