Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
H A DRecentTasksControllerTest.java159 mRecentTasksController.addSplitPair(t1.taskId, t2.taskId, mock(SplitBounds.class)); in testAddRemoveSplitNotifyChange()
176 mRecentTasksController.addSplitPair(t1.taskId, t2.taskId, bounds1); in testAddSameSplitBoundsInfoSkipNotifyChange()
179 mRecentTasksController.addSplitPair(t1.taskId, t2.taskId, bounds2); in testAddSameSplitBoundsInfoSkipNotifyChange()
212 mRecentTasksController.addSplitPair(t2.taskId, t4.taskId, pair1Bounds); in testGetRecentTasks_withPairs()
213 mRecentTasksController.addSplitPair(t3.taskId, t5.taskId, pair2Bounds); in testGetRecentTasks_withPairs()
241 mRecentTasksController.addSplitPair(t2.taskId, t4.taskId, pair1Bounds); in testGetRecentTasks_ReturnsRecentTasksAsynchronously()
242 mRecentTasksController.addSplitPair(t3.taskId, t5.taskId, pair2Bounds); in testGetRecentTasks_ReturnsRecentTasksAsynchronously()
337 mRecentTasksController.addSplitPair(t2.taskId, t3.taskId, pair1Bounds); in testRemovedTaskRemovesSplit()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
H A DRecentTasksController.java166 public void addSplitPair(int taskId1, int taskId2, SplitBounds splitBounds) { in addSplitPair() method in RecentTasksController
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java1784 recentTasks.addSplitPair(mainStageTopTaskId, sideStageTopTaskId, splitBounds); in updateRecentTasksSplitPair()