Home
last modified time | relevance | path

Searched refs:mViewPropertyAnimator (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherViewPropertyAnimator.java41 ViewPropertyAnimator mViewPropertyAnimator; field in LauncherViewPropertyAnimator
69 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 …]