Searched refs:mBoundsLayer (Results 1 – 1 of 1) sorted by relevance
600 private SurfaceControl mBoundsLayer; field in ViewRootImpl1998 if (mBoundsLayer == null) { in getBoundsLayer()1999 mBoundsLayer = new SurfaceControl.Builder(mSurfaceSession) in getBoundsLayer()2006 mTransaction.show(mBoundsLayer).apply(); in getBoundsLayer()2008 return mBoundsLayer; in getBoundsLayer()2040 t.setWindowCrop(mBoundsLayer, mTempBoundsRect); in setBoundsLayerCrop()2048 if (mBoundsLayer != null) { in updateBoundsLayer()2066 if (mBoundsLayer != null) { in destroySurface()2067 mBoundsLayer.release(); in destroySurface()2068 mBoundsLayer = null; in destroySurface()