Searched refs:mBoundsSurfaceControl (Results 1 – 1 of 1) sorted by relevance
489 private SurfaceControl mBoundsSurfaceControl; field in ViewRootImpl1595 if (mBoundsSurfaceControl != null && mBoundsSurface.isValid()) { in createBoundsSurface()1599 mBoundsSurfaceControl = new SurfaceControl.Builder(mSurfaceSession) in createBoundsSurface()1605 mTransaction.setLayer(mBoundsSurfaceControl, zOrderLayer) in createBoundsSurface()1606 .show(mBoundsSurfaceControl) in createBoundsSurface()1608 mBoundsSurface.copyFrom(mBoundsSurfaceControl); in createBoundsSurface()1617 mTransaction.setWindowCrop(mBoundsSurfaceControl, mTempBoundsRect); in setBoundsSurfaceCrop()1625 if (mBoundsSurfaceControl != null && mSurface.isValid()) { in updateBoundsSurface()1627 mTransaction.deferTransactionUntilSurface(mBoundsSurfaceControl, in updateBoundsSurface()1639 if (mBoundsSurfaceControl != null) { in destroySurface()[all …]