Home
last modified time | relevance | path

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

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