Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceView.java137 SurfaceControl mBackgroundControl; field in SurfaceView
871 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 …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65499 Landroid/view/SurfaceView$SurfaceControlWithBackground;->mBackgroundControl:Landroid/view/SurfaceCo…