History log of /packages/apps/Launcher2/src/com/android/launcher2/LauncherViewPropertyAnimator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
032e6bad1ba588ed8a884fb8f28fb8596efac480 22-Apr-2013 Michael Jurka <mikejurka@google.com> Clean up unused code
/packages/apps/Launcher2/src/com/android/launcher2/LauncherViewPropertyAnimator.java
39b599e0641047e5583cf717d35a4cb080049665 09-Apr-2013 Michael Jurka <mikejurka@google.com> Fix bug where folder open animation gets finished early

Also, sync FirstFrameAnimatorHelper with changes
made in Recents

Bug: 8530231

Change-Id: Ibf1a43f67d91df89a2338f0f0c0fb52ee5496e57
/packages/apps/Launcher2/src/com/android/launcher2/LauncherViewPropertyAnimator.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/LauncherViewPropertyAnimator.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/LauncherViewPropertyAnimator.java
159b4cc1e463ba730dbdff7c4ada2af01f35a1f1 17-Jan-2012 Michael Jurka <mikejurka@google.com> Cleaning up animation code

- replacing ValueAnimators with ObjectAnimators
- using ViewPropertyAnimator for All Apps->Workspace transition
- add multiple listener support to LauncherViewPropertyAnimator

Change-Id: I794dab6138fb23c5be963e2eb562965b5de857cf
/packages/apps/Launcher2/src/com/android/launcher2/LauncherViewPropertyAnimator.java
8a309c257a97d9c4c402fae5f00941e8169ea541 12-Jan-2012 Michael Jurka <mikejurka@google.com> Fix NPE caused in LauncherViewPropertyAnimator

Change-Id: Ia0e388ee1ff6c3b364787d236c96dcd2c704d452
/packages/apps/Launcher2/src/com/android/launcher2/LauncherViewPropertyAnimator.java
7407d2a16ed6cf22494122cf683bf13de6fa3695 13-Dec-2011 Michael Jurka <mikejurka@google.com> Using ViewPropertyAnimator for animations

Replacing some use of fastInvalidate/setFast*
methods with ViewPropertyAnimator animations

Change-Id: Id5a8934b38d9ae3a95b6dccb431f9787839d2927
/packages/apps/Launcher2/src/com/android/launcher2/LauncherViewPropertyAnimator.java