Searched refs:mBackgroundSurface (Results 1 – 1 of 1) sorted by relevance
40 private SurfaceControl mBackgroundSurface; field in BackAnimationBackground62 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;