Searched refs:mBackgroundControl (Results 1 – 2 of 2) sorted by relevance
137 SurfaceControl mBackgroundControl; field in SurfaceView871 if (mBackgroundControl == null) { in updateBackgroundVisibility()876 t.show(mBackgroundControl); in updateBackgroundVisibility()878 t.hide(mBackgroundControl); in updateBackgroundVisibility()885 t.setColor(mBackgroundControl, colorComponents); in updateBackgroundColor()915 if (mBackgroundControl != null) { in releaseSurfaces()916 transaction.remove(mBackgroundControl); in releaseSurfaces()917 mBackgroundControl = null; in releaseSurfaces()1295 mBackgroundControl = createBackgroundControl(name); in createSurfaceControls()1345 if (mBackgroundControl == null) { in createBlastSurfaceControls()[all …]
65499 Landroid/view/SurfaceView$SurfaceControlWithBackground;->mBackgroundControl:Landroid/view/SurfaceCo…