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.java72 DimLayer mAnimationBackgroundSurface; field in TaskStack
165 mAnimationBackgroundSurface.setBounds(bounds); in setBounds()
365 mAnimationBackgroundSurface = new DimLayer(mService, this, displayContent); in attachDisplayContent()
395 mAnimationBackgroundSurface.hide(); in resetAnimationBackgroundAnimator()
496 mAnimationBackgroundSurface.show(animLayer - WindowManagerService.LAYER_OFFSET_DIM, in setAnimationBackground()
514 if (mAnimationBackgroundSurface != null) { in close()
515 mAnimationBackgroundSurface.destroySurface(); in close()
516 mAnimationBackgroundSurface = null; in close()
531 if (mAnimationBackgroundSurface.isDimming()) { in dump()
533 mAnimationBackgroundSurface.printTo(prefix + " ", pw); in dump()