Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationBackground.java40 private SurfaceControl mBackgroundSurface; field in BackAnimationBackground
62 if (mBackgroundSurface != null) { in ensureBackground()
77 mBackgroundSurface = colorLayerBuilder.build(); in ensureBackground()
78 transaction.setColor(mBackgroundSurface, colorComponents) in ensureBackground()
79 .setLayer(mBackgroundSurface, BACKGROUND_LAYER) in ensureBackground()
80 .show(mBackgroundSurface); in ensureBackground()
92 if (mBackgroundSurface == null) {
96 if (mBackgroundSurface.isValid()) {
97 transaction.remove(mBackgroundSurface);
99 mBackgroundSurface = null;