Home | History | Annotate | Download | only in launcher3

Lines Matching defs:ObjectAnimator

22 import android.animation.ObjectAnimator;
1817 ObjectAnimator.ofFloat(v, "translationX", 0f));
2403 ObjectAnimator.ofFloat(mDragView, "translationX", 0f),
2404 ObjectAnimator.ofFloat(mDragView, "translationY", 0f),
2405 ObjectAnimator.ofFloat(mDragView, "scaleX", 1f),
2406 ObjectAnimator.ofFloat(mDragView, "scaleY", 1f));
2629 ObjectAnimator.ofFloat(v, "translationX", 0f),
2630 ObjectAnimator.ofFloat(v, "alpha", 1f));
2735 ObjectAnimator.ofFloat(dragView, "scaleX", toScale),
2736 ObjectAnimator.ofFloat(dragView, "scaleY", toScale));
2742 ObjectAnimator.ofFloat(dragView, "alpha", toAlpha));