summaryrefslogtreecommitdiffstats
path: root/src_ui_overrides
diff options
context:
space:
mode:
authorTracy Zhou <tracyzhou@google.com>2018-04-30 17:13:27 -0700
committerTracy Zhou <tracyzhou@google.com>2018-05-02 13:41:28 -0700
commit8b23c6f60b3898d26ef3c5326af7449e91e320e7 (patch)
tree055e5cb2dad720e9055f9bd45f31af6bf33982a8 /src_ui_overrides
parentdcb74be7a6c72458fbba81c76a588a34663d82ec (diff)
downloadandroid_packages_apps_Trebuchet-8b23c6f60b3898d26ef3c5326af7449e91e320e7.tar.gz
android_packages_apps_Trebuchet-8b23c6f60b3898d26ef3c5326af7449e91e320e7.tar.bz2
android_packages_apps_Trebuchet-8b23c6f60b3898d26ef3c5326af7449e91e320e7.zip
Quickstep onboarding backward compatibility for devices release with Android N & O.
Quickstep introduces swipe up gesture to open Overview and removes the Recents button. We still want to show shelf bounce animation for Android N & O users with Recents button because Overview is updated and swiping up from there takes users to All Apps. Test: manual test Change-Id: I917c91564c47c78d2dc3883b8a7bf7824b5f5bc8 Fixes: 78647939
Diffstat (limited to 'src_ui_overrides')
-rw-r--r--src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java b/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
index bd1a96e53..b8cd0353e 100644
--- a/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
+++ b/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
@@ -40,6 +40,8 @@ public class UiFactory {
public static void onLauncherStateOrFocusChanged(Launcher launcher) { }
+ public static void onCreate(Launcher launcher) { }
+
public static void onStart(Launcher launcher) { }
public static void onLauncherStateOrResumeChanged(Launcher launcher) { }