Searched refs:mViewPropertyAnimator (Results 1 – 1 of 1) sorted by relevance
41 ViewPropertyAnimator mViewPropertyAnimator; field in LauncherViewPropertyAnimator69 if (mViewPropertyAnimator != null) { in cancel()70 mViewPropertyAnimator.cancel(); in cancel()145 return mViewPropertyAnimator != null; in isStarted()193 mViewPropertyAnimator = mTarget.animate(); in start()197 mFirstFrameHelper = new FirstFrameAnimatorHelper(mViewPropertyAnimator, mTarget); in start()200 mViewPropertyAnimator.translationX(mTranslationX); in start()203 mViewPropertyAnimator.translationY(mTranslationY); in start()206 mViewPropertyAnimator.scaleX(mScaleX); in start()209 mViewPropertyAnimator.rotationY(mRotationY); in start()[all …]