Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
DRecentTasksControllerTest.java195 mRecentTasksController.addSplitPair(t1.taskId, t2.taskId, mock(SplitBounds.class)); in testAddRemoveSplitNotifyChange()
212 mRecentTasksController.addSplitPair(t1.taskId, t2.taskId, bounds1); in testAddSameSplitBoundsInfoSkipNotifyChange()
215 mRecentTasksController.addSplitPair(t1.taskId, t2.taskId, bounds2); in testAddSameSplitBoundsInfoSkipNotifyChange()
250 mRecentTasksController.addSplitPair(t2.taskId, t4.taskId, pair1Bounds); in testGetRecentTasks_withPairs()
251 mRecentTasksController.addSplitPair(t3.taskId, t5.taskId, pair2Bounds); in testGetRecentTasks_withPairs()
281 mRecentTasksController.addSplitPair(t2.taskId, t4.taskId, pair1Bounds); in testGetRecentTasks_ReturnsRecentTasksAsynchronously()
282 mRecentTasksController.addSplitPair(t3.taskId, t5.taskId, pair2Bounds); in testGetRecentTasks_ReturnsRecentTasksAsynchronously()
340 mRecentTasksController.addSplitPair(t1.taskId, t2.taskId, pair1Bounds); in testGetRecentTasks_hasActiveDesktopTasks_proto2Enabled_freeformTaskOrder()
450 mRecentTasksController.addSplitPair(t2.taskId, t3.taskId, pair1Bounds); in testRemovedTaskRemovesSplit()
603 mRecentTasksController.addSplitPair(1, 2, pair1Bounds); in getSplitBoundsForSplitTask()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentTasksController.java178 public boolean addSplitPair(int taskId1, int taskId2, SplitBounds splitBounds) { in addSplitPair() method in RecentTasksController
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java2003 boolean added = recentTasks.addSplitPair(mainStageTopTaskId, sideStageTopTaskId, in updateRecentTasksSplitPair()