Searched refs:mViewPropertyAnimator (Results 1 – 1 of 1) sorted by relevance
41 ViewPropertyAnimator mViewPropertyAnimator; field in LauncherViewPropertyAnimator68 if (mViewPropertyAnimator != null) { in cancel()69 mViewPropertyAnimator.cancel(); in cancel()140 return mViewPropertyAnimator != null; in isStarted()188 mViewPropertyAnimator = mTarget.animate(); in start()190 mViewPropertyAnimator.translationX(mTranslationX); in start()193 mViewPropertyAnimator.translationY(mTranslationY); in start()196 mViewPropertyAnimator.scaleX(mScaleX); in start()199 mViewPropertyAnimator.rotationY(mRotationY); in start()202 mViewPropertyAnimator.scaleY(mScaleY); in start()[all …]