Searched refs:mAnimationBackgroundSurface (Results 1 – 1 of 1) sorted by relevance
114 private SurfaceControl mAnimationBackgroundSurface; field in TaskStack234 if (mAnimationBackgroundSurface == null) { in updateAnimationBackgroundBounds()240 .setWindowCrop(mAnimationBackgroundSurface, mTmpRect.width(), mTmpRect.height()) in updateAnimationBackgroundBounds()241 .setPosition(mAnimationBackgroundSurface, mTmpRect.left - stackBounds.left, in updateAnimationBackgroundBounds()247 if (mAnimationBackgroundSurface == null) { in hideAnimationSurface()250 getPendingTransaction().hide(mAnimationBackgroundSurface); in hideAnimationSurface()256 if (mAnimationBackgroundSurface == null) { in showAnimationSurface()259 getPendingTransaction().setLayer(mAnimationBackgroundSurface, Integer.MIN_VALUE) in showAnimationSurface()260 .setAlpha(mAnimationBackgroundSurface, alpha) in showAnimationSurface()261 .show(mAnimationBackgroundSurface); in showAnimationSurface()[all …]