Searched refs:mBackgroundControl (Results 1 – 2 of 2) sorted by relevance
137 SurfaceControl mBackgroundControl; field in SurfaceView884 if (mBackgroundControl == null) { in updateBackgroundVisibility()889 t.show(mBackgroundControl); in updateBackgroundVisibility()891 t.hide(mBackgroundControl); in updateBackgroundVisibility()898 t.setColor(mBackgroundControl, colorComponents); in updateBackgroundColor()927 if (mBackgroundControl != null) { in releaseSurfaces()928 transaction.remove(mBackgroundControl); in releaseSurfaces()929 mBackgroundControl = null; in releaseSurfaces()1307 mBackgroundControl = createBackgroundControl(name); in createSurfaceControls()1356 if (mBackgroundControl == null) { in createBlastSurfaceControls()[all …]
65499 Landroid/view/SurfaceView$SurfaceControlWithBackground;->mBackgroundControl:Landroid/view/SurfaceCo…