Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBLASTSyncEngine.java458 SyncGroup getSyncSet(int id) { in getSyncSet() method in BLASTSyncEngine
510 final SyncGroup syncGroup = getSyncSet(id); in getSyncGroup()
571 getSyncSet(syncId).tryFinish(); in tryFinishForTest()
H A DTransition.java498 if (mSyncEngine.getSyncSet(mSyncId).mSyncMethod == BLASTSyncEngine.METHOD_BLAST) return; in onSeamlessRotating()
746 if (mSyncEngine.getSyncSet(mSyncId).mSyncMethod == BLASTSyncEngine.METHOD_BLAST) { in collectVisibleChange()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSyncEngineTests.java634 assertFalse(bse.getSyncSet(sync3).mRootMembers.contains(childWC3)); in testDependencyCycle()