Searched refs:transitionInfo (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitAnimationController.kt | 625 transitionInfo: TransitionInfo in <lambda>() 630 for (change in transitionInfo.changes) { in <lambda>() 683 transitionInfo: TransitionInfo, in <lambda>() 691 transitionInfo, in <lambda>() 707 for (change in transitionInfo.changes) { in <lambda>() 741 rootCandidate = transitionInfo.getChange(parentToken) ?: break in <lambda>() 778 transitionInfo: TransitionInfo, in <lambda>() 787 transitionInfo, in <lambda>() 806 for (change in transitionInfo.changes) { in <lambda>() 824 rootCandidate = transitionInfo.getChange(parentToken) ?: break in <lambda>() [all …]
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/ |
D | SplitAnimationControllerTest.kt | 83 private val transitionInfo: TransitionInfo = mock() constant in com.android.quickstep.util.SplitAnimationControllerTest 264 transitionInfo, in playsAppropriateSplitLaunchAnimation_playsRecentsLaunchCorrectly() 292 transitionInfo, in playsAppropriateSplitLaunchAnimation_playsIconLaunchCorrectly() 320 transitionInfo, in playsAppropriateSplitLaunchAnimation_playsIconFullscreenLaunchCorrectly() 347 transitionInfo, in playsAppropriateSplitLaunchAnimation_playsIconLaunchFromTaskbarCMultiWindow() 374 transitionInfo, in playsAppropriateSplitLaunchAnimation_playsIconLaunchFromTaskbarFullscreen() 400 transitionInfo, in playsAppropriateSplitLaunchAnimation_playsFadeInLaunchCorrectly()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskViewUtils.java | 438 @NonNull TransitionInfo transitionInfo, SurfaceControl.Transaction t, in composeRecentsSplitLaunchAnimator() argument 449 RemoteAnimationTargetCompat.wrapApps(transitionInfo, t, null /* leashMap */); in composeRecentsSplitLaunchAnimator() 452 transitionInfo, true /* wallpapers */, t, null /* leashMap */); in composeRecentsSplitLaunchAnimator() 455 transitionInfo, false /* wallpapers */, t, null /* leashMap */); in composeRecentsSplitLaunchAnimator() 565 @NonNull TransitionInfo transitionInfo, in composeRecentsDesktopLaunchAnimator() argument 582 transitionInfo, t, null /* leashMap */); in composeRecentsDesktopLaunchAnimator() 584 transitionInfo, true /* wallpapers */, t, null /* leashMap */); in composeRecentsDesktopLaunchAnimator() 586 transitionInfo, false /* wallpapers */, t, null /* leashMap */); in composeRecentsDesktopLaunchAnimator()
|