Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceView.java187 SurfaceControl mBackgroundControl; field in SurfaceView
787 if (mBackgroundControl == null) { in updateBackgroundVisibility()
792 t.show(mBackgroundControl); in updateBackgroundVisibility()
794 t.hide(mBackgroundControl); in updateBackgroundVisibility()
801 t.setColor(mBackgroundControl, colorComponents); in updateBackgroundColor()
819 if (mBackgroundControl != null) { in releaseSurfaces()
820 transaction.remove(mBackgroundControl); in releaseSurfaces()
821 mBackgroundControl = null; in releaseSurfaces()
1367 if (mBackgroundControl == null) { in createBlastSurfaceControls()
1585 if (mBackgroundControl == null) { in setResizeBackgroundColor()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62176 Landroid/view/SurfaceView$SurfaceControlWithBackground;->mBackgroundControl:Landroid/view/SurfaceCo…