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.java108 private SurfaceControl mAnimationBackgroundSurface; field in TaskStack
252 if (mAnimationBackgroundSurface == null) { in updateAnimationBackgroundBounds()
258 .setSize(mAnimationBackgroundSurface, mTmpRect.width(), mTmpRect.height()) in updateAnimationBackgroundBounds()
259 .setPosition(mAnimationBackgroundSurface, mTmpRect.left - stackBounds.left, in updateAnimationBackgroundBounds()
265 if (mAnimationBackgroundSurface == null) { in hideAnimationSurface()
268 getPendingTransaction().hide(mAnimationBackgroundSurface); in hideAnimationSurface()
274 if (mAnimationBackgroundSurface == null) { in showAnimationSurface()
277 getPendingTransaction().setLayer(mAnimationBackgroundSurface, Integer.MIN_VALUE) in showAnimationSurface()
278 .setAlpha(mAnimationBackgroundSurface, alpha) in showAnimationSurface()
279 .show(mAnimationBackgroundSurface); in showAnimationSurface()
[all …]