Searched refs:moveAnimation (Results 1 – 2 of 2) sorted by relevance
102 private ValueAnimator moveAnimation; field in DotsPageIndicator574 moveAnimation = createMoveSelectedAnimator(dotCenterX[now], was, now, steps); in setSelectedPage()584 moveAnimation.start(); in setSelectedPage()675 if (moveAnimation != null && moveAnimation.isRunning()) { in cancelMoveAnimation()676 moveAnimation.cancel(); in cancelMoveAnimation()