Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSearchTransitionController.java122 TimeInterpolator timeInterpolator = in getInterpolator() local
126 timeInterpolator = INSTANT; in getInterpolator()
129 return timeInterpolator; in getInterpolator()
DRecyclerViewAnimationController.java187 TimeInterpolator timeInterpolator = getInterpolator(); in animateToState() local
188 if (timeInterpolator == INSTANT) { in animateToState()
193 mAnimator.setDuration(duration).setInterpolator(timeInterpolator); in animateToState()