Searched refs:addToSyncSet (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SyncEngineTests.java | 83 bse.addToSyncSet(id, mockWC); in testTrivialSyncCallback() 111 bse.addToSyncSet(id, mockWC); in testWaitingSyncCallback() 130 bse.addToSyncSet(id, r); in testWaitingSyncCallback() 149 bse.addToSyncSet(id, mockWC); in testInvisibleSyncCallback() 177 bse.addToSyncSet(id, parentWC); in testWaitForChildrenCallback() 210 bse.addToSyncSet(id, parentWC); in testWaitForParentCallback() 241 bse.addToSyncSet(id, parentWC); in testFillsParent() 273 bse.addToSyncSet(id, parentWC); in testReparentOut() 308 bse.addToSyncSet(id, parentWC); in testReparentIn() 359 bse.addToSyncSet(id, parentWC); in testRemoval() [all …]
|
H A D | WindowOrganizerTests.java | 1011 bse.addToSyncSet(id, task); in testBLASTCallbackWithActivityChildren() 1229 mWm.mAtmService.mWindowOrganizerController.addToSyncSet(id, task); in testBLASTCallbackWithWindows()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowOrganizerController.java | 550 addToSyncSet(syncId, wc); in applyTransaction() 990 addToSyncSet(syncId, wc); in applyHierarchyOp() 1634 addToSyncSet(syncId, task); in reparentChildrenTasksHierarchyOp() 1765 void addToSyncSet(int syncId, WindowContainer wc) { in addToSyncSet() method in WindowOrganizerController 1766 mService.mWindowManager.mSyncEngine.addToSyncSet(syncId, wc); in addToSyncSet()
|
H A D | BLASTSyncEngine.java | 475 void addToSyncSet(int id, WindowContainer wc) { in addToSyncSet() method in BLASTSyncEngine
|
H A D | Transition.java | 650 mSyncEngine.addToSyncSet(mSyncId, wc); in collect()
|