Home | History | Annotate | Download | only in tests

Lines Matching refs:newSurface

2247     sp<SurfaceControl> newSurface = mComposerClient->createSurface(String8("New Surface"), 10, 10,
2249 ASSERT_TRUE(newSurface != nullptr);
2250 ASSERT_TRUE(newSurface->isValid());
2252 fillSurfaceRGBA8(newSurface, 63, 195, 63);
2255 t.show(newSurface);
2256 t.setPosition(newSurface, 10, 10);
2257 t.setLayer(newSurface, INT32_MAX - 2);
2269 asTransaction([&](Transaction& t) { t.reparent(newSurface, mFGSurfaceControl->getHandle()); });
2273 // newSurface will now be a child of mFGSurface so it will be 10, 10 offset from