summaryrefslogtreecommitdiffstats
path: root/proguard.flags
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 /proguard.flags
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 'proguard.flags')
-rw-r--r--proguard.flags5
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 987fb6f12..b8cade572 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -97,6 +97,11 @@
# support jar.
-keep class android.support.v7.widget.RecyclerView { *; }
+# LauncherAppTransitionManager
+-keep class com.android.launcher3.LauncherAppTransitionManagerImpl {
+ public <init>(...);
+}
+
-keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {
*;
}