Searched refs:setupAndRunAnimation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
H A DPageIndicatorLineCaret.java246 setupAndRunAnimation(ObjectAnimator.ofInt(this, PAINT_ALPHA, alpha),
251 setupAndRunAnimation(ObjectAnimator.ofFloat(this, NUM_PAGES, numPages),
256 setupAndRunAnimation(ObjectAnimator.ofInt(this, TOTAL_SCROLL, totalScroll),
267 private void setupAndRunAnimation(ValueAnimator animator, final int animatorIndex) { method in class:PageIndicatorLineCaret

Completed in 33 milliseconds