Lines Matching refs:apply
75 Transaction{}.setRelativeLayer(childLayer, mForegroundLayer, 1).show(childLayer).apply(); in TEST_F()
85 Transaction{}.reparent(childLayer, nullptr).apply(); in TEST_F()
90 Transaction{}.reparent(childLayer, mBackgroundLayer).apply(); in TEST_F()
124 .apply(); in TEST_F()
134 Transaction{}.reparent(childLevel1, nullptr).apply(); in TEST_F()
142 Transaction{}.reparent(childLevel1, mForegroundLayer).apply(); in TEST_F()
167 .apply(); in TEST_F()
179 Transaction{}.reparent(relativeToLayer, nullptr).apply(); in TEST_F()
190 Transaction{}.reparent(childLayer, nullptr).apply(); in TEST_F()
201 Transaction{}.reparent(childLayer, mForegroundLayer).apply(); in TEST_F()
237 .apply(); in TEST_F()
248 Transaction{}.reparent(childLevel1b, nullptr).apply(); in TEST_F()
252 Transaction{}.reparent(childLevel1a, childLevel2a).apply(); in TEST_F()
266 Transaction{}.reparent(childLevel1b, mForegroundLayer).apply(); in TEST_F()