summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/InterruptibleInOutAnimator.java
Commit message (Collapse)AuthorAgeFilesLines
* Removing dead codeMichael Jurka2011-01-171-2/+0
| | | | Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
* removing workaround for fixed animator bugMichael Jurka2010-12-171-2/+2
| | | | Change-Id: I244b1c83f5659cf55e1f172ae33f63adbdcf2ea5
* Fix: switching states during animations was brokenMichael Jurka2010-10-291-2/+3
| | | | | | | - cancelling state animations on home screens before starting new ones - temporary workaround for the fact that onAnimationEnd is not called immediately when an animation is cancelled - forcing all apps zoom-in animation to complete if it's cancelled Change-Id: I3eb011f689050692e8d95f2736e01ab5420f722e
* Fix bug drag viz & hover statePatrick Dubroy2010-10-151-8/+18
| | | Change-Id: I6b40d4dd43a2ee0c127df938375870347faeb5f6
* Updating code to use new non-generified animator APIsChet Haase2010-10-141-15/+21
| | | | Change-Id: Ie1928a22f774b226d90fa0918f61dba35d183dd6
* Fix some incorrect animation code that might be causing visual glitches.Patrick Dubroy2010-10-131-6/+35
|
* fix 3029324: Implement new drag feedbackJoe Onorato2010-10-131-6/+23
| | | | Add "shrinkwrap" icon outlines to visualize where the item will land
* 3029324 wip: Drop target crossfades as it moves from position to positionWinson Chung2010-09-301-0/+69