Searched refs:hasChangesForBothAppPairs (Results 1 – 2 of 2) sorted by relevance
285 doReturn(-1).whenever(spySplitAnimationController).hasChangesForBothAppPairs(any(), any()) in playsAppropriateSplitLaunchAnimation_playsIconLaunchCorrectly()314 doReturn(0).whenever(spySplitAnimationController).hasChangesForBothAppPairs(any(), any()) in playsAppropriateSplitLaunchAnimation_playsIconFullscreenLaunchCorrectly()343 doReturn(-1).whenever(spySplitAnimationController).hasChangesForBothAppPairs(any(), any()) in playsAppropriateSplitLaunchAnimation_playsIconLaunchFromTaskbarCMultiWindow()371 doReturn(0).whenever(spySplitAnimationController).hasChangesForBothAppPairs(any(), any()) in playsAppropriateSplitLaunchAnimation_playsIconLaunchFromTaskbarFullscreen()
554 val appPairLaunchingAppIndex = hasChangesForBothAppPairs(launchingIconView, info) in <lambda>()648 fun hasChangesForBothAppPairs( in <lambda>() method in com.android.quickstep.util.SplitAnimationController