OSDN Git Service

Don't let AllAppsTransitionController intercept when a floating view is open.
authorTony <twickham@google.com>
Tue, 13 Dec 2016 06:23:28 +0000 (22:23 -0800)
committerTony <twickham@google.com>
Tue, 13 Dec 2016 06:23:28 +0000 (22:23 -0800)
commit139a25a7a865f2d0e9abd98b192c65fe0a84b960
tree37cc22fecf04ba3ad7a743d957cb0e295bfaad92
parent177bb5a9ba7c94a0ba5bfca842b2abf883b02bb7
Don't let AllAppsTransitionController intercept when a floating view is open.

Previously we checked for deep shortcuts when closing all apps by swiping
down. Now we check any AbstractFloatingView, and when swiping up.

Bug: 33542711
Change-Id: I860eb55c69567a92cd626e966bf881b7d1bffc6e
src/com/android/launcher3/allapps/AllAppsContainerView.java
src/com/android/launcher3/allapps/AllAppsTransitionController.java