Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java104 DimLayer mAnimationBackgroundSurface; field in TaskStack
293 mAnimationBackgroundSurface.setBounds(bounds); in setBounds()
649 mAnimationBackgroundSurface = new DimLayer(mService, this, mDisplayContent.getDisplayId(), in attachDisplayContent()
821 mAnimationBackgroundSurface.hide(); in resetAnimationBackgroundAnimator()
830 mAnimationBackgroundSurface.show(animLayer - WindowManagerService.LAYER_OFFSET_DIM, in setAnimationBackground()
848 if (mAnimationBackgroundSurface != null) { in close()
849 mAnimationBackgroundSurface.destroySurface(); in close()
850 mAnimationBackgroundSurface = null; in close()
1140 if (mAnimationBackgroundSurface.isDimming()) { in dump()
1142 mAnimationBackgroundSurface.printTo(prefix + " ", pw); in dump()