summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-08-19 10:50:12 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-08-23 19:04:23 -0700
commit65ceb5aa55403482e92e1e86105c1ef5510688ad (patch)
tree1493865c1c7276b3908a4af94a19451014b7b23b /src/com/android/launcher3/testing
parent8f90dcff37f13bbbc3f875f1c9521cbc9745c673 (diff)
downloadandroid_packages_apps_Trebuchet-65ceb5aa55403482e92e1e86105c1ef5510688ad.tar.gz
android_packages_apps_Trebuchet-65ceb5aa55403482e92e1e86105c1ef5510688ad.tar.bz2
android_packages_apps_Trebuchet-65ceb5aa55403482e92e1e86105c1ef5510688ad.zip
Moving the scrim to draglayer
> This causes the scrim to animate with the content on first launch > Also removing the logic to disable scrim based on state. That logic was only executing onResume which could lead to an invalid state Bug: 30972956 Bug: 30576826 Change-Id: Ia8386b303ce260f69e3b3b93041226f409301a01
Diffstat (limited to 'src/com/android/launcher3/testing')
-rw-r--r--src/com/android/launcher3/testing/LauncherExtension.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/com/android/launcher3/testing/LauncherExtension.java b/src/com/android/launcher3/testing/LauncherExtension.java
index ae552d284..0affc81f8 100644
--- a/src/com/android/launcher3/testing/LauncherExtension.java
+++ b/src/com/android/launcher3/testing/LauncherExtension.java
@@ -198,26 +198,6 @@ public class LauncherExtension extends Launcher {
}
@Override
- public Intent getFirstRunActivity() {
- return null;
- }
-
- @Override
- public boolean hasFirstRunActivity() {
- return false;
- }
-
- @Override
- public boolean hasDismissableIntroScreen() {
- return false;
- }
-
- @Override
- public View getIntroScreen() {
- return null;
- }
-
- @Override
public boolean shouldMoveToDefaultScreenOnHomeIntent() {
return true;
}