AnimatorSet set = (AnimatorSet) AnimatorInflater.loadAnimator(myContext,? ? R.anim.property_animator);set.setTarget(myObject);set.start();