Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DDotsPageIndicator.java102 private ValueAnimator moveAnimation; field in DotsPageIndicator
574 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()