Lines Matching refs:mSurfaceControl
111 mSurfaceControl = sc; in InputSurface()
296 transactionBody(t, mSurfaceControl); in doTransaction()
302 t.show(mSurfaceControl); in showAt()
303 t.setInputWindowInfo(mSurfaceControl, mInputInfo); in showAt()
304 t.setLayer(mSurfaceControl, LAYER_BASE); in showAt()
305 t.setPosition(mSurfaceControl, x, y); in showAt()
306 t.setCrop(mSurfaceControl, crop); in showAt()
307 t.setAlpha(mSurfaceControl, 1); in showAt()
326 sp<SurfaceControl> mSurfaceControl; member in android::test::InputSurface
376 t.show(mSurfaceControl); in showAt()
377 t.setInputWindowInfo(mSurfaceControl, mInputInfo); in showAt()
378 t.setCrop(mSurfaceControl, crop); in showAt()
379 t.setAlpha(mSurfaceControl, 1); in showAt()
561 t.reparent(sc, parentSurface->mSurfaceControl); in TEST_F()
682 postBuffer(bufferSurface->mSurfaceControl, 100, 100); in TEST_F()
691 postBuffer(bufferSurface->mSurfaceControl, 100, 100); in TEST_F()
872 t.setCrop(parentSurface->mSurfaceControl, Rect(0, 0, 50, 50)); in TEST_F()
873 t.reparent(sc, parentSurface->mSurfaceControl); in TEST_F()
896 t.setCrop(parentSurface->mSurfaceControl, Rect(0, 0, 50, 50)); in TEST_F()
897 t.reparent(sc, parentSurface->mSurfaceControl); in TEST_F()
1014 t.reparent(sc, parentSurface->mSurfaceControl); in TEST_F()
1015 t.setAlpha(parentSurface->mSurfaceControl, 0.9f); in TEST_F()
1035 t.reparent(sc, parentSurface->mSurfaceControl); in TEST_F()
1036 t.setCrop(parentSurface->mSurfaceControl, Rect(10, 10, 100, 100)); in TEST_F()
1099 [&](auto& t, auto& sc) { t.reparent(sc, parentContainer->mSurfaceControl); }); in TEST_F()
1124 [&](auto& t, auto& sc) { t.reparent(sc, parentContainer->mSurfaceControl); }); in TEST_F()
1152 cropLayer->mSurfaceControl->getHandle(); in TEST_F()
1176 [&](auto& t, auto& sc) { t.reparent(sc, parent->mSurfaceControl); }); in TEST_F()