summaryrefslogtreecommitdiff
path: root/core/java/android/animation/Keyframes.java
Commit message (Collapse)AuthorAgeFilesLines
* Simplify KeyframeSet to avoid caching.George Mount2016-06-081-6/+0
| | | | | | | Bug 27367940 Change-Id: I76426def5d4b46c0a0ba534fd952f6c41725c74a
* Implement transition for docking task in recents #6Jorim Jaggi2016-03-251-1/+2
| | | | | | | | | | | | | | | - Use a future to provide the app thumbnail so the app can restart in parallel when recents draws the bitmap (extremely expensive). - Don't call startRecents from AM when recents is already running - this messes up the transition information. - Make sure to put the task into resizing mode if it needs to be restored from the disk. - Some minor fixes for the transition animation spec. - Add NO_MOVE_ANIMATION to recents flags to prevent wallpaper flickering. Bug: 27607141 Change-Id: I7d0c75b88775ab467927b8cf94303ddb60222e7f
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
| | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* Added a generic configuration and theme based cacheYigit Boyar2014-10-231-1/+2
| | | | | | | | For now, only animators use it but we can consider migrating drawable cache to it as well. Bug: 17456416 Change-Id: I571b96856805edb171f0fc52e6bff5a365f46b70
* Use optimized Keyframes for Path animations.George Mount2014-08-291-0/+94
Bug 17005728 Change-Id: I2e109ed1a3e768e1e0286fc3950516f16509e591