Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherViewPropertyAnimator.java42 ViewPropertyAnimator mViewPropertyAnimator; field in LauncherViewPropertyAnimator
70 if (mViewPropertyAnimator != null) { in cancel()
71 mViewPropertyAnimator.cancel(); in cancel()
146 return mViewPropertyAnimator != null; in isStarted()
194 mViewPropertyAnimator = mTarget.animate(); in start()
198 mFirstFrameHelper = new FirstFrameAnimatorHelper(mViewPropertyAnimator, mTarget); in start()
201 mViewPropertyAnimator.translationX(mTranslationX); in start()
204 mViewPropertyAnimator.translationY(mTranslationY); in start()
207 mViewPropertyAnimator.scaleX(mScaleX); in start()
210 mViewPropertyAnimator.rotationY(mRotationY); in start()
[all …]
/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 …]