Searched refs:animDuration (Results 1 – 2 of 2) sorted by relevance
64 private long animDuration; field in DotsPageIndicator140 animDuration = (long) typedArray.getInteger(R.styleable.DotsPageIndicator_animationDuration, in DotsPageIndicator()142 animHalfDuration = animDuration / 2; in DotsPageIndicator()582 i * (animDuration / 8L)); in setSelectedPage()630 moveSelected.setStartDelay(selectedDotInPosition ? animDuration / 4L : 0L); in createMoveSelectedAnimator()631 moveSelected.setDuration(animDuration * 3L / 4L); in createMoveSelectedAnimator()