Lines Matching refs:Transaction
45 asTransaction([&](Transaction& t) { in SetUp()
73 Transaction{}.setRelativeLayer(childLayer, mForegroundLayer, 1).show(childLayer).apply(); in TEST_F()
83 Transaction{}.reparent(childLayer, nullptr).apply(); in TEST_F()
88 Transaction{}.reparent(childLayer, mBackgroundLayer).apply(); in TEST_F()
117 Transaction{} in TEST_F()
132 Transaction{}.reparent(childLevel1, nullptr).apply(); in TEST_F()
140 Transaction{}.reparent(childLevel1, mForegroundLayer).apply(); in TEST_F()
161 Transaction{} in TEST_F()
177 Transaction{}.reparent(relativeToLayer, nullptr).apply(); in TEST_F()
188 Transaction{}.reparent(childLayer, nullptr).apply(); in TEST_F()
199 Transaction{}.reparent(childLayer, mForegroundLayer).apply(); in TEST_F()
229 Transaction{} in TEST_F()
246 Transaction{}.reparent(childLevel1b, nullptr).apply(); in TEST_F()
250 Transaction{}.reparent(childLevel1a, childLevel2a).apply(); in TEST_F()
264 Transaction{}.reparent(childLevel1b, mForegroundLayer).apply(); in TEST_F()