summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/anim/StateTransitionAnimation.java
Commit message (Collapse)AuthorAgeFilesLines
* GL packaging refactorJohn Reck2012-12-111-2/+2
| | | | Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa
* Minor transition tweaksBobby Georgescu2012-10-221-16/+9
| | | | | Bug: 7376109 Change-Id: Id4a761c3d601e453ac1ad2edbbea986af14bb21c
* Tweak transition animationsBobby Georgescu2012-10-211-2/+2
| | | | | Bug: 7376109 Change-Id: I28cc8413bda31ff945e8e48dd75b86b2e9d071a8
* Various transition tweaks/fixes in GalleryBobby Georgescu2012-10-181-6/+38
| | | | | | | | | Bug: 7376109 -Add new animation preset for photos based on UX feedback -Fix showing of highlight when tapping album grid photo -Move StateTransition enum to StateTransitionAnimation.State Change-Id: I2ce57580fa6c5f34d9545561515031899eb41eb2
* Big refactor, additions to state transition animationsBobby Georgescu2012-10-171-30/+108
| | | | | | | | Bug: 7362944 Refactored a lot of the state transitions code, adding support for definable transition animations and defining distinct outgoing and incoming animations. Change-Id: I31a69057ea1b72dd3185cec656e59b11fdb528c1
* Consistent animations & up button behavior in GalleryBobby Georgescu2012-10-161-0/+77
Bug: 7302857 Bug: 7295464 This CL makes all of the transition animations throughout the Gallery app consistent. The animation is the previous view shrinking and fading out while the new view starts out bigger than the view port and is coming in to the viewport size as it fades in. Having consistent animations allows us to not keep PhotoPage/AlbumPage instances around in certain cases, making it possible to have consistent up button behavior when switching between the grid and filmstrip. Finally, this also makes the transitions in the camera app filmstrip/grid switching consistent with those in the gallery app. Change-Id: I77bac6a0cde1e439738c78f9e16ab15ed5910cfb