OSDN Git Service

Moving the scrim to draglayer
authorSunny Goyal <sunnygoyal@google.com>
Fri, 19 Aug 2016 17:50:12 +0000 (10:50 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Wed, 24 Aug 2016 02:04:23 +0000 (19:04 -0700)
commit65ceb5aa55403482e92e1e86105c1ef5510688ad
tree1493865c1c7276b3908a4af94a19451014b7b23b
parent8f90dcff37f13bbbc3f875f1c9521cbc9745c673
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
res/layout-land/launcher.xml
res/layout-port/launcher.xml
res/layout-sw720dp/launcher.xml
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/LauncherCallbacks.java
src/com/android/launcher3/dragndrop/DragLayer.java
src/com/android/launcher3/testing/LauncherExtension.java