Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java528 ValueAnimator collapseAnim = ValueAnimator.ofFloat(from, to); in animateCollapseAnimation() local
529 collapseAnim.setDuration(EXPAND_COLLAPSE_DURATION); in animateCollapseAnimation()
530 collapseAnim.addListener(new AnimatorListenerAdapter() { in animateCollapseAnimation()
548 return collapseAnim; in animateCollapseAnimation()