Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DSplitAnimationControllerTest.kt252 .composeRecentsSplitLaunchAnimator(any(), any(), any(), any(), any(), any()) in playsAppropriateSplitLaunchAnimation_playsRecentsLaunchCorrectly()
270 .composeRecentsSplitLaunchAnimator(any(), any(), any(), any(), any(), any()) in playsAppropriateSplitLaunchAnimation_playsRecentsLaunchCorrectly()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt529 composeRecentsSplitLaunchAnimator( in <lambda>()
571 fun composeRecentsSplitLaunchAnimator( in <lambda>() method
579 TaskViewUtils.composeRecentsSplitLaunchAnimator( in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java436 public static void composeRecentsSplitLaunchAnimator(GroupedTaskView launchingTaskView, in composeRecentsSplitLaunchAnimator() method in TaskViewUtils