Searched refs:mBoundsSurfaceControl (Results 1 – 1 of 1) sorted by relevance
466 private SurfaceControl mBoundsSurfaceControl; field in ViewRootImpl1571 if (mBoundsSurfaceControl != null && mBoundsSurface.isValid()) { in createBoundsSurface()1575 mBoundsSurfaceControl = new SurfaceControl.Builder(mSurfaceSession) in createBoundsSurface()1581 mTransaction.setLayer(mBoundsSurfaceControl, zOrderLayer) in createBoundsSurface()1582 .show(mBoundsSurfaceControl) in createBoundsSurface()1584 mBoundsSurface.copyFrom(mBoundsSurfaceControl); in createBoundsSurface()1593 mTransaction.setWindowCrop(mBoundsSurfaceControl, mTempBoundsRect); in setBoundsSurfaceCrop()1601 if (mBoundsSurfaceControl != null && mSurface.isValid()) { in updateBoundsSurface()1603 mTransaction.deferTransactionUntilSurface(mBoundsSurfaceControl, in updateBoundsSurface()1615 if (mBoundsSurfaceControl != null) { in destroySurface()[all …]