Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DPageIndicatorDots.java153 float positionForThisAnim = mCurrentPosition > mFinalPosition ? in animateToPosition() local
155 mAnimator = ObjectAnimator.ofFloat(this, CURRENT_POSITION, positionForThisAnim); in animateToPosition()