Searched refs:mBoundsLayer (Results 1 – 1 of 1) sorted by relevance
548 private SurfaceControl mBoundsLayer; field in ViewRootImpl1780 if (mBoundsLayer == null) { in getBoundsLayer()1781 mBoundsLayer = new SurfaceControl.Builder(mSurfaceSession) in getBoundsLayer()1788 mTransaction.show(mBoundsLayer).apply(); in getBoundsLayer()1790 return mBoundsLayer; in getBoundsLayer()1821 mTransaction.setWindowCrop(mBoundsLayer, mTempBoundsRect); in setBoundsLayerCrop()1831 if (mBoundsLayer != null) { in updateBoundsLayer()1833 mTransaction.deferTransactionUntil(mBoundsLayer, getRenderSurfaceControl(), in updateBoundsLayer()1837 mTransaction.reparent(mBoundsLayer, getRenderSurfaceControl()); in updateBoundsLayer()1844 if (mBoundsLayer != null) { in destroySurface()[all …]