History log of /packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f1ad608c28c79c8e9b83d83ce9154f1b7284f412 13-Mar-2013 Michael Jurka <mikejurka@google.com> Fix jumps in the beginning of animations

If the first draw frame of an animation is
expensive, which it often is, it causes a big
jump. Added a helper class which automatically
adjusts the animation start time if the first
frame is more than 16ms.

Change-Id: I100edbc41c2abe930a32d6bcf0a782ea9735f7f9
/packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java
2ecf995e0d2d55eb71d03f7230ca87270872d1a3 18-Jun-2012 Michael Jurka <mikejurka@google.com> Remove use of private ValueAnimator api

Change-Id: I455edcd17bda83ab51c2c04fa40e66097a4d6975
/packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java
4a7d4afe87a9146b3cefef8e00581090301b698d 18-Jan-2011 Michael Jurka <mikejurka@google.com> Removing dead code

Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
/packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java
8edd75c8bb0729a10cb39f614183e3e9ae4288e8 18-Dec-2010 Michael Jurka <mikejurka@google.com> removing workaround for fixed animator bug

Change-Id: I244b1c83f5659cf55e1f172ae33f63adbdcf2ea5
/packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java
3c4c20fbe682cb4b3ef94f09afe0af09171583f3 29-Oct-2010 Michael Jurka <mikejurka@google.com> Fix: switching states during animations was broken

- 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
/packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java
08ae2ec4847a971ad1b19c163e3a0d6307a8ed72 15-Oct-2010 Patrick Dubroy <dubroy@google.com> Fix bug drag viz & hover state

Change-Id: I6b40d4dd43a2ee0c127df938375870347faeb5f6
/packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java
472b281d5cb4f5660df981a6c912266b9f5703fe 14-Oct-2010 Chet Haase <chet@google.com> Updating code to use new non-generified animator APIs

Change-Id: Ie1928a22f774b226d90fa0918f61dba35d183dd6
/packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java
fe6bd87881e47b9ff38f58bd083042ae0f6a39d7 14-Oct-2010 Patrick Dubroy <dubroy@google.com> Fix some incorrect animation code that might be causing visual glitches.
/packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java
4be866d3a1665aa2098cb5d38d535b1ad1aab6d6 10-Oct-2010 Joe Onorato <joeo@google.com> fix 3029324: Implement new drag feedback

Add "shrinkwrap" icon outlines to visualize where the item will land
/packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java
150fbab7de7df45ce0e2d08fb0f0be87ff091c2f 30-Sep-2010 Winson Chung <winsonc@google.com> 3029324 wip: Drop target crossfades as it moves from position to position
/packages/apps/Launcher2/src/com/android/launcher2/InterruptibleInOutAnimator.java