Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
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()
/packages/apps/Settings/src/com/android/settings/widget/
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()