History log of /packages/apps/Launcher2/src/com/android/launcher2/LauncherAnimUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
df96add095c82f9083f75305d8fa155c8192a4e6 04-Apr-2013 Michael Jurka <mikejurka@google.com> Fix crash in draw listener

Bug: 8528246

Change-Id: Ie3600bed58dc393fcf71f735213a32b51551b52d
/packages/apps/Launcher2/src/com/android/launcher2/LauncherAnimUtils.java
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/LauncherAnimUtils.java
b8b2a5aa45d82ce81301250707bc373e1da4aa14 13-Jul-2012 Winson Chung <winsonc@google.com> Initial changes to synchronously load workspace on rotation.

Change-Id: Ia7cf80177fd0aee88aa3f4a731f5d6dc904bea16
/packages/apps/Launcher2/src/com/android/launcher2/LauncherAnimUtils.java
15ba53a54c8b319e3ccdffa586fab1cfcd8971e5 12-Jul-2012 Winson Chung <winsonc@google.com> Fixing concurrent modification exception. (Bug 6807320)

Change-Id: Id7848612c04f74d867c0ce21105628c162ba9b70
/packages/apps/Launcher2/src/com/android/launcher2/LauncherAnimUtils.java
def8e655543384a2837b769d0bc43cdc252cbc53 30-Jun-2012 Michael Jurka <mikejurka@google.com> Fix memory leak caused by LauncherAnimUtils (doh!)

Change-Id: I04aa243f3871f6837f8a95b2941ee15633b50b66
/packages/apps/Launcher2/src/com/android/launcher2/LauncherAnimUtils.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/LauncherAnimUtils.java