Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DAppToOverviewAnimationProvider.java20 import static com.android.quickstep.views.IconRecentsView.REMOTE_APP_TO_OVERVIEW_DURATION;
183 return REMOTE_APP_TO_OVERVIEW_DURATION; in getRecentsLaunchDuration()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java130 public static final long REMOTE_APP_TO_OVERVIEW_DURATION = field in IconRecentsView
661 remoteHomeAnim.setDuration(REMOTE_APP_TO_OVERVIEW_DURATION); in playRemoteHomeToRecentsAnimation()
705 anim.play(ValueAnimator.ofInt(0, 1).setDuration(REMOTE_APP_TO_OVERVIEW_DURATION)); in playRemoteAppToRecentsAnimation()