Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationController.java222 public void animateNavigationBarToApp(long duration) { in animateNavigationBarToApp() method in RecentsAnimationController
223 UI_HELPER_EXECUTOR.execute(() -> mController.animateNavigationBarToApp(duration)); in animateNavigationBarToApp()
DTaskViewUtils.java310 controller.animateNavigationBarToApp(RECENTS_LAUNCH_DURATION); in createRecentsWindowAnimator()