From c001cf562017d08cd48b67de8f377ca08881e70e Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Thu, 21 Jul 2016 17:32:43 -0700 Subject: Animate discovery bounce for all apps pull up interaction b/30221381 > Will not support landscape case. If the user knows how to enable rotation, it's very unlikely they don't know how to bring up apps drawer > If unlocked using finger unlock immediately after screen is turned off, bounce is not shown due to delay in ACTION_SCREEN_OFF broadcast Change-Id: Ia8b7e572eaa4aeab8b1add1e5660fee3a63ba21c --- src/com/android/launcher3/testing/LauncherExtension.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/com/android/launcher3/testing') diff --git a/src/com/android/launcher3/testing/LauncherExtension.java b/src/com/android/launcher3/testing/LauncherExtension.java index c62ce0e57..ae552d284 100644 --- a/src/com/android/launcher3/testing/LauncherExtension.java +++ b/src/com/android/launcher3/testing/LauncherExtension.java @@ -255,5 +255,10 @@ public class LauncherExtension extends Launcher { @Override public void onDetachedFromWindow() { } + + @Override + public boolean shouldShowDiscoveryBounce() { + return false; + } } } -- cgit v1.2.3