Home
last modified time | relevance | path

Searched refs:TransactionManager (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTransactionManager.java51 class TransactionManager { class
59 TransactionManager(@NonNull TaskFragmentOrganizer organizer) { in TransactionManager() method in TransactionManager
180 TransactionManager.this.mCurrentTransaction = null; in dispose()
184 if (TransactionManager.this.mCurrentTransaction != this) { in ensureCurrentTransaction()
H A DSplitController.java86 import androidx.window.extensions.embedding.TransactionManager.TransactionRecord;
113 final TransactionManager mTransactionManager;
161 mTransactionManager = new TransactionManager(mPresenter); in SplitController()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DTransactionManagerTest.java41 import androidx.window.extensions.embedding.TransactionManager.TransactionRecord;
62 private TransactionManager mTransactionManager;
67 mTransactionManager = new TransactionManager(mOrganizer); in setup()
H A DSplitControllerTest.java146 private TransactionManager mTransactionManager;
1472 TransactionManager.TransactionRecord testRecord = in testUpdateSplitAttributes_doNotNeedToUpdateSplitContainer_doNotApplyTransaction()
1473 mock(TransactionManager.TransactionRecord.class); in testUpdateSplitAttributes_doNotNeedToUpdateSplitContainer_doNotApplyTransaction()
1490 TransactionManager.TransactionRecord testRecord = in testUpdateSplitAttributes_splitContainerUpdated_updateAttrs()
1491 mock(TransactionManager.TransactionRecord.class); in testUpdateSplitAttributes_splitContainerUpdated_updateAttrs()