Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java548 Consumer<AnimatorSet> splitAnimator = animatorSet -> in createTouchControllers() local
554 list.add(new NavBarToHomeTouchController(this, splitAnimator)); in createTouchControllers()
555 list.add(new NoButtonNavbarToOverviewTouchController(this, splitAnimator)); in createTouchControllers()
566 list.add(new NavBarToHomeTouchController(this, splitAnimator)); in createTouchControllers()
567 list.add(new NoButtonNavbarToOverviewTouchController(this, splitAnimator)); in createTouchControllers()