Home
last modified time | relevance | path

Searched refs:mBackgroundControl (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DSurfaceView.java135 SurfaceControl mBackgroundControl; field in SurfaceView
853 if (mBackgroundControl == null) { in updateBackgroundVisibility()
858 t.show(mBackgroundControl); in updateBackgroundVisibility()
860 t.hide(mBackgroundControl); in updateBackgroundVisibility()
867 t.setColor(mBackgroundControl, colorComponents); in updateBackgroundColor()
886 if (mBackgroundControl != null) { in releaseSurfaces()
887 mTmpTransaction.remove(mBackgroundControl); in releaseSurfaces()
888 mBackgroundControl = null; in releaseSurfaces()
1005 mBackgroundControl = new SurfaceControl.Builder(mSurfaceSession) in updateSurface()
1374 mRtTransaction.remove(mBackgroundControl);
[all …]