Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java1419 mService.mAnimateWallpaperWithTarget = false; in maybeUpdateTransitToWallpaper()
1454 mService.mAnimateWallpaperWithTarget = true; in maybeUpdateTransitToWallpaper()
DWindowStateAnimator.java937 if (mIsWallpaper && wallpaperTarget != null && mService.mAnimateWallpaperWithTarget) { in computeShownFrameLocked()
DWindowManagerService.java698 boolean mAnimateWallpaperWithTarget; field in WindowManagerService