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.java609 BiConsumer<AnimatorSet, Long> splitAnimator = (animatorSet, duration) -> in createTouchControllers() local
616 list.add(new NavBarToHomeTouchController(this, splitAnimator)); in createTouchControllers()
617 list.add(new NoButtonNavbarToOverviewTouchController(this, splitAnimator)); in createTouchControllers()
628 list.add(new NavBarToHomeTouchController(this, splitAnimator)); in createTouchControllers()
629 list.add(new NoButtonNavbarToOverviewTouchController(this, splitAnimator)); in createTouchControllers()