OSDN Git Service

Preliminary work on Material Transitions
authorAdam Cohen <adamcohen@google.com>
Thu, 10 Jul 2014 06:53:15 +0000 (23:53 -0700)
committerAdam Cohen <adamcohen@google.com>
Sat, 19 Jul 2014 00:56:42 +0000 (17:56 -0700)
commit6c5891a9fce95eee3d87823d11d21889743e9c68
tree3373b4ee43895f19ae90f472a3b42d12b1ab3634
parentcc83d8dbfe2d99d95d9cf651c9559093d3c89c1e
Preliminary work on Material Transitions

-> Early exploration of AllApps Hero transition with
   circular reveal
-> Stripping a bunch of dead code from AppsCustomizeTabHost
-> Moved background scrim to DragLayer
-> Removed "SMALL" state from workspace: replaced with
   NORMAL_HIDDEN and OVERVIEW_HIDDEN. This is mainly to
   reduce the overall usage of the z-space model between
   allapps/widgets and workspace. There are vestigial
   remains of this model, mainly due to the overview
   mode, and a bit for spring-loaded.

Change-Id: If2302a24394f0ec66621f01ffa2fc4934aa10c3f
13 files changed:
res/drawable-xxhdpi/apps_customize_bg.png [new file with mode: 0644]
res/drawable-xxxhdpi/quantum_panel.9.png [deleted file]
res/layout/apps_customize_pane.xml
res/values/config.xml
src/com/android/launcher3/AppsCustomizePagedView.java
src/com/android/launcher3/AppsCustomizeTabHost.java
src/com/android/launcher3/DragLayer.java
src/com/android/launcher3/FolderIcon.java
src/com/android/launcher3/Hotseat.java
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/LogAccelerateInterpolator.java [new file with mode: 0644]
src/com/android/launcher3/LogDecelerateInterpolator.java [new file with mode: 0644]
src/com/android/launcher3/Workspace.java