summaryrefslogtreecommitdiffstats
path: root/ash/rotator
Commit message (Collapse)AuthorAgeFilesLines
* Use a bitfield to store animatable properties.vollick@chromium.org2014-01-142-13/+1
| | | | | | | | | | | This makes much more sense than a std::set (which is what we're currently doing). R=sky@chromium.org BUG=None Review URL: https://codereview.chromium.org/134453004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244643 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor TransformPoint{,Reverse}.avallee@chromium.org2013-09-121-3/+3
| | | | | | | | | | | | These methods now take pointers instead of non-const references, this was previously a violation of the style guide. R=vollick@chromium.org BUG=160417 Review URL: https://chromiumcodereview.appspot.com/23724024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222864 0039d316-1c4b-4281-b951-d872f2087c98
* Use a direct include of time headers in android_webview/, apps/, ash/.avi@chromium.org2013-06-271-1/+1
| | | | | | | | | | BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/18050008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209025 0039d316-1c4b-4281-b951-d872f2087c98
* Thread ui opacity animationsajuma@chromium.org2013-02-232-2/+2
| | | | | | | | | BUG=164206 Review URL: https://chromiumcodereview.appspot.com/11896017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184254 0039d316-1c4b-4281-b951-d872f2087c98
* Fix window rotation animation not ending cleanlyjamescook@chromium.org2013-01-302-18/+13
| | | | | | | | | | | | | | | cros: Sometimes the animation would leave windows partially rotated because it grabbed the current transform (and hence rotation) of the windows rather than the target. If an animation was already playing this could compute an incorrect ending transform. Also cleaned up some includes. BUG=173139 TEST=manual, hit Ctrl-Alt-Shift-F3 repeatedly, windows should always return to original position Review URL: https://chromiumcodereview.appspot.com/12083004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179712 0039d316-1c4b-4281-b951-d872f2087c98
* cros: Fix crash with screen rotation animationjamescook@chromium.org2013-01-272-7/+18
| | | | | | | | | | | | | | | Ensure the interpolated_transform_ member is initialized in the constructor such that OnGetTarget() can be called before OnStart(). I added the animation delegate to the constructor as we need it to initialize the transformation matrix. BUG=172328 TEST=manual, Ctrl-Alt-Shift-F3 should spin the windows and not crash Review URL: https://chromiumcodereview.appspot.com/12087009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179082 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-141-1/+1
| | | | | | | | | | It is more appropriate for Transform class to belong with its fellow geometry classes in the gfx namespace. Review URL: https://chromiumcodereview.appspot.com/11145005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161809 0039d316-1c4b-4281-b951-d872f2087c98
* Remove #pragma once from ashajwong@chromium.org2012-07-111-1/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10693135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146075 0039d316-1c4b-4281-b951-d872f2087c98
* Move screen rotation code to ashyoshiki@chromium.org2012-06-292-0/+191
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10698007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144875 0039d316-1c4b-4281-b951-d872f2087c98