Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java124 boolean mWallpaperActionPending = false; field in RootWindowContainer
932 mWallpaperActionPending = true; in copyAnimToLayoutParams()
DWindowSurfacePlacer.java145 mService.mRoot.mWallpaperActionPending = false; in performSurfacePlacement()
DWindowStateAnimator.java1046 } else if (mIsWallpaper && mService.mRoot.mWallpaperActionPending) { in computeShownFrameLocked()