Searched refs:mBackColorSurface (Results 1 – 1 of 1) sorted by relevance
115 private SurfaceControl mBackColorSurface; field in ScreenRotationAnimation188 mBackColorSurface = displayContent.makeChildSurface(null) in ScreenRotationAnimation()238 t.reparent(mBackColorSurface, displayContent.getSurfaceControl()); in ScreenRotationAnimation()239 t.setLayer(mBackColorSurface, -1); in ScreenRotationAnimation()240 t.setColor(mBackColorSurface, new float[]{mStartLuma, mStartLuma, mStartLuma}); in ScreenRotationAnimation()241 t.setAlpha(mBackColorSurface, 1); in ScreenRotationAnimation()243 t.show(mBackColorSurface); in ScreenRotationAnimation()475 if (mBackColorSurface != null) { in kill()476 if (mBackColorSurface.isValid()) { in kill()477 t.remove(mBackColorSurface); in kill()[all …]