Home
last modified time | relevance | path

Searched refs:transactionRecord (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DTransactionManagerTest.java83 transactionRecord.abort(); in testStartNewTransaction()
93 transactionRecord.getTransactionTransitionType()); in testSetTransactionOriginType()
107 transactionRecord.abort(); in testSetTransactionOriginType()
120 assertNotNull(transactionRecord); in testGetCurrentTransactionRecord()
126 transactionRecord.abort(); in testGetCurrentTransactionRecord()
154 wct = transactionRecord.getTransaction(); in testApply()
165 wct = transactionRecord.getTransaction(); in testApply()
176 wct = transactionRecord.getTransaction(); in testApply()
183 final TransactionRecord record = transactionRecord; in testApply()
195 transactionRecord.abort(); in testAbort()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitController.java179 final TransactionRecord transactionRecord = mTransactionManager in accept() local
201 transactionRecord.apply(false /* shouldApplyIndependently */); in accept()
265 transactionRecord.apply(false /* shouldApplyIndependently */); in pinTopActivityStack()
297 transactionRecord.apply(false /* shouldApplyIndependently */); in unpinTopActivityStack()
393 transactionRecord.setOriginType(TASK_FRAGMENT_TRANSIT_CLOSE); in finishActivityStacks()
417 transactionRecord.apply(false /* shouldApplyIndependently */); in finishActivityStacks()
464 transactionRecord.abort(); in updateSplitAttributes()
529 transactionRecord.apply(false /* shouldApplyIndependently */); in onTransactionReady()
1226 transactionRecord.apply(true /* shouldApplyIndependently */); in onTaskFragmentAppearEmptyTimeout()
2288 transactionRecord.getTransaction(), activity); in onActivityConfigurationChanged()
[all …]