Searched refs:addToSyncSet (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowOrganizerTests.java | 701 bse.addToSyncSet(id, task); in testTrivialBLASTCallback() 725 assertEquals(true, bse.addToSyncSet(id, task)); in testOverlappingBLASTCallback() 731 assertEquals(false, bse.addToSyncSet(id2, task)); in testOverlappingBLASTCallback() 733 assertEquals(true, bse.addToSyncSet(id2, task)); in testOverlappingBLASTCallback() 751 bse.addToSyncSet(id, task); in testBLASTCallbackWithWindow() 775 assertTrue(bse.addToSyncSet(id, w)); in testBLASTCallbackNoDoubleAdd() 776 assertFalse(bse.addToSyncSet(id, w)); in testBLASTCallbackNoDoubleAdd() 796 bse.addToSyncSet(id, task); in testBLASTCallbackWithInvisibleWindow() 822 assertEquals(true, bse.addToSyncSet(id, task)); in testBLASTCallbackWithChildWindow() 998 mWm.mAtmService.mWindowOrganizerController.addToSyncSet(id, task); in testBLASTCallbackWithMultipleWindows()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowOrganizerController.java | 147 addToSyncSet(syncId, wc); in applySyncTransaction() 169 addToSyncSet(syncId, wc); in applySyncTransaction() 414 void addToSyncSet(int syncId, WindowContainer wc) { in addToSyncSet() method in WindowOrganizerController 415 mBLASTSyncEngine.addToSyncSet(syncId, wc); in addToSyncSet()
|
D | BLASTSyncEngine.java | 111 boolean addToSyncSet(int id, WindowContainer wc) { in addToSyncSet() method in BLASTSyncEngine
|
D | WindowContainer.java | 2726 willSync |= mBLASTSyncEngine.addToSyncSet(localId, child); in addChildrenToSyncSet()
|
/frameworks/base/services/ |
D | art-profile | 36007 PLcom/android/server/wm/BLASTSyncEngine;->addToSyncSet(ILcom/android/server/wm/WindowContainer;)Z
|