forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor the home card structure and introduce animation.
This CL includes the following refactorings: - minimized home is simply a layer instead of views - moves the mouse click handler of minimized home to home card impl - home card now has the same size of the screen. Changing state is now simply changing its position. Then schedule the animation between BOTTOM state and CENTERED state. BUG=398062 R=sadrul@chromium.org, oshima@chromium.org TEST=manually on remote desktop Review URL: https://codereview.chromium.org/478293004 Cr-Commit-Position: refs/heads/master@{#292092}
- Loading branch information
Showing
6 changed files
with
274 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.