Home
last modified time | relevance | path

Searched refs:addToSyncSet (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java701 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/
DWindowOrganizerController.java147 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()
DBLASTSyncEngine.java111 boolean addToSyncSet(int id, WindowContainer wc) { in addToSyncSet() method in BLASTSyncEngine
DWindowContainer.java2726 willSync |= mBLASTSyncEngine.addToSyncSet(localId, child); in addChildrenToSyncSet()
/frameworks/base/services/
Dart-profile36007 PLcom/android/server/wm/BLASTSyncEngine;->addToSyncSet(ILcom/android/server/wm/WindowContainer;)Z