Lines Matching refs:show
47 t.setLayer(mBackgroundLayer, INT32_MAX - 2).show(mBackgroundLayer); in SetUp()
48 t.setLayer(mForegroundLayer, INT32_MAX - 1).show(mForegroundLayer); in SetUp()
73 Transaction{}.setRelativeLayer(childLayer, mForegroundLayer, 1).show(childLayer).apply(); in TEST_F()
119 .show(childLevel2a) in TEST_F()
120 .show(childLevel2b) in TEST_F()
121 .show(childLevel3) in TEST_F()
163 .show(childLayer) in TEST_F()
164 .show(relativeToLayer) in TEST_F()
231 .show(childLevel1a) in TEST_F()
232 .show(childLevel1b) in TEST_F()
233 .show(childLevel2a) in TEST_F()
234 .show(childLevel2b) in TEST_F()