Lines Matching refs:ObjectAnimator
22 import android.animation.ObjectAnimator;
1867 ObjectAnimator.ofFloat(v, "translationX", 0f));
2493 ObjectAnimator.ofFloat(mDragView, "translationX", 0f),
2494 ObjectAnimator.ofFloat(mDragView, "translationY", 0f),
2495 ObjectAnimator.ofFloat(mDragView, "scaleX", 1f),
2496 ObjectAnimator.ofFloat(mDragView, "scaleY", 1f));
2720 ObjectAnimator.ofFloat(v, "translationX", 0f),
2721 ObjectAnimator.ofFloat(v, "alpha", 1f));
2826 ObjectAnimator.ofFloat(dragView, "scaleX", toScale),
2827 ObjectAnimator.ofFloat(dragView, "scaleY", toScale));
2833 ObjectAnimator.ofFloat(dragView, "alpha", toAlpha));