Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java180 setupAndRunAnimation(ObjectAnimator.ofFloat(this, NUM_PAGES, numMarkers), in setMarkersCount()
205 setupAndRunAnimation(ObjectAnimator.ofInt(this, PAINT_ALPHA, alpha), in animateLineToAlpha()
210 setupAndRunAnimation(ObjectAnimator.ofInt(this, TOTAL_SCROLL, totalScroll), in animateToTotalScroll()
221 private void setupAndRunAnimation(ValueAnimator animator, final int animatorIndex) { in setupAndRunAnimation() method in WorkspacePageIndicator