summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2018-01-24 15:38:25 -0800
committerJon Miranda <jonmiranda@google.com>2018-01-25 14:32:47 -0800
commit54441f5df9011b02f9adffcab0e02c80ffec545d (patch)
tree526b138555f2614860dc6c6cf207de6104f59e37 /res/values/config.xml
parent82d010f0d2f9aef26ec8d7c56c4661767fb514a5 (diff)
downloadandroid_packages_apps_Trebuchet-54441f5df9011b02f9adffcab0e02c80ffec545d.tar.gz
android_packages_apps_Trebuchet-54441f5df9011b02f9adffcab0e02c80ffec545d.tar.bz2
android_packages_apps_Trebuchet-54441f5df9011b02f9adffcab0e02c80ffec545d.zip
Refactor LauncherAppTransitionManager & polish for new app transitions.
* Add start delay when launcher resumes from all apps or landscape. * Track the last app transition animator and cancel it before beginning a new one, otherwise the animators can conflict with each other. ie. Opening an app from all apps and then immediately pressing back to return to all apps. * Use class overrride instead of UiFactory. Bug: 70220260 Change-Id: I4755d45d820f9d551e443d6c4a148e8789c5bc57
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 209620038..3dddac22d 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -92,6 +92,9 @@
<!-- Name of a user event dispatcher class. -->
<string name="user_event_dispatcher_class" translatable="false"></string>
+ <!-- Name of an app transition manager class. -->
+ <string name="app_transition_manager_class" translatable="false"></string>
+
<!-- Name of a color extraction implementation class. -->
<string name="color_extraction_impl_class" translatable="false"></string>