Searched refs:hasChangesForBothAppPairs (Results 1 – 2 of 2) sorted by relevance
280 doReturn(-1).whenever(spySplitAnimationController).hasChangesForBothAppPairs(any(), any()) in playsAppropriateSplitLaunchAnimation_playsIconLaunchCorrectly()308 doReturn(0).whenever(spySplitAnimationController).hasChangesForBothAppPairs(any(), any()) in playsAppropriateSplitLaunchAnimation_playsIconFullscreenLaunchCorrectly()336 doReturn(-1).whenever(spySplitAnimationController).hasChangesForBothAppPairs(any(), any()) in playsAppropriateSplitLaunchAnimation_playsIconLaunchFromTaskbarCMultiWindow()363 doReturn(0).whenever(spySplitAnimationController).hasChangesForBothAppPairs(any(), any()) in playsAppropriateSplitLaunchAnimation_playsIconLaunchFromTaskbarFullscreen()
542 val appPairLaunchingAppIndex = hasChangesForBothAppPairs(launchingIconView, info) in <lambda>()623 fun hasChangesForBothAppPairs( in <lambda>() method in com.android.quickstep.util.SplitAnimationController