Lines Matching refs:ObjectAnimator
22 import android.animation.ObjectAnimator;
305 ObjectAnimator tx = ObjectAnimator.ofInt(mAnimScreen.mContent, "left",
307 ObjectAnimator ty = ObjectAnimator.ofInt(mAnimScreen.mContent, "top",
309 ObjectAnimator tr = ObjectAnimator.ofInt(mAnimScreen.mContent, "right",
311 ObjectAnimator tb = ObjectAnimator.ofInt(mAnimScreen.mContent, "bottom",
313 ObjectAnimator title = ObjectAnimator.ofFloat(mAnimScreen.mTitle, "alpha",
315 ObjectAnimator sx = ObjectAnimator.ofFloat(mAnimScreen, "scaleFactor",
317 ObjectAnimator blend1 = ObjectAnimator.ofFloat(mAnimScreen.mMain,
399 ObjectAnimator fade2 = ObjectAnimator.ofFloat(mAnimScreen.mMain, "alpha", 0f, 1f);
400 ObjectAnimator fade1 = ObjectAnimator.ofFloat(mNavScreen, "alpha", 1f, 0f);
404 ObjectAnimator l = ObjectAnimator.ofInt(mAnimScreen.mContent, "left",
406 ObjectAnimator t = ObjectAnimator.ofInt(mAnimScreen.mContent, "top",
408 ObjectAnimator r = ObjectAnimator.ofInt(mAnimScreen.mContent, "right",
410 ObjectAnimator b = ObjectAnimator.ofInt(mAnimScreen.mContent, "bottom",
412 ObjectAnimator scale = ObjectAnimator.ofFloat(mAnimScreen, "scaleFactor",
414 ObjectAnimator otheralpha = ObjectAnimator.ofFloat(mCustomViewContainer, "alpha", 1f, 0f);