Searched refs:moveAnimation (Results 1 – 1 of 1) sorted by relevance
100 private ValueAnimator moveAnimation; field in DotsPageIndicator572 moveAnimation = createMoveSelectedAnimator(dotCenterX[now], was, now, steps); in setSelectedPage()582 moveAnimation.start(); in setSelectedPage()673 if (moveAnimation != null && moveAnimation.isRunning()) { in cancelMoveAnimation()674 moveAnimation.cancel(); in cancelMoveAnimation()