Searched refs:mAnimationBackgroundSurface (Results 1 – 1 of 1) sorted by relevance
105 private DimLayer mAnimationBackgroundSurface; field in TaskStack274 mAnimationBackgroundSurface.setBounds(bounds); in setBounds()686 mAnimationBackgroundSurface = new DimLayer(mService, this, mDisplayContent.getDisplayId(), in onDisplayChanged()912 if (mAnimationBackgroundSurface != null) { in onRemovedFromDisplay()913 mAnimationBackgroundSurface.destroySurface(); in onRemovedFromDisplay()914 mAnimationBackgroundSurface = null; in onRemovedFromDisplay()927 mAnimationBackgroundSurface.hide(); in resetAnimationBackgroundAnimator()936 mAnimationBackgroundSurface.show(animLayer - LAYER_OFFSET_DIM, in setAnimationBackground()1247 if (mAnimationBackgroundSurface.isDimming()) { in dump()1249 mAnimationBackgroundSurface.printTo(prefix + " ", pw); in dump()