Home | History | Annotate | Download | only in wm

Lines Matching defs:mWinAnimator

183                 || (attached != null && attached.mWinAnimator.mAnimation != null)
365 mWin.mChildWindows.get(i).mWinAnimator.finishExit();
802 (mAttachedWindow != null && mAttachedWindow.mWinAnimator.mHasLocalTransformation)
803 ? mAttachedWindow.mWinAnimator.mTransformation : null;
813 if (mService.mWallpaperTarget.mWinAnimator.mHasLocalTransformation &&
814 mService.mWallpaperTarget.mWinAnimator.mAnimation != null &&
815 !mService.mWallpaperTarget.mWinAnimator.mAnimation.getDetachWallpaper()) {
816 attachedTransformation = mService.mWallpaperTarget.mWinAnimator.mTransformation;
1297 if (c.mWinAnimator.mSurface != null) {
1298 c.mWinAnimator.performShowLocked();