OSDN Git Service

Animate discovery bounce for all apps pull up interaction
authorHyunyoung Song <hyunyoungs@google.com>
Fri, 22 Jul 2016 00:32:43 +0000 (17:32 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Fri, 22 Jul 2016 00:32:43 +0000 (17:32 -0700)
commitc001cf562017d08cd48b67de8f377ca08881e70e
tree5509e5ea66ae98d0008e13a4929e4ee5138df3ba
parent1ce0e30451f28e6e5c42c068d520e16abeb257dd
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
res/anim/discovery_bounce.xml [new file with mode: 0644]
res/interpolator/disco_bounce_section1.xml [new file with mode: 0644]
res/interpolator/disco_bounce_section2.xml [new file with mode: 0644]
res/interpolator/disco_bounce_section3.xml [new file with mode: 0644]
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/LauncherCallbacks.java
src/com/android/launcher3/allapps/AllAppsTransitionController.java
src/com/android/launcher3/dragndrop/DragLayer.java
src/com/android/launcher3/testing/LauncherExtension.java