Home
last modified time | relevance | path

Searched refs:mIsWallpaper (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java109 final boolean mIsWallpaper; field in WindowStateAnimator
262 mIsWallpaper = win.mIsWallpaper; in WindowStateAnimator()
898 if (mIsWallpaper && wallpaperTarget != null && mService.mAnimateWallpaperWithTarget) { in computeShownFrameLocked()
1046 } else if (mIsWallpaper && mService.mRoot.mWallpaperActionPending) { in computeShownFrameLocked()
1556 if (mIsWallpaper && !mWin.mWallpaperVisible) { in prepareSurfaceLocked()
1612 if (mIsWallpaper) { in prepareSurfaceLocked()
1991 if (!w.isVisibleNow() || w.mIsWallpaper) { in seamlesslyRotateWindow()
DWindowState.java191 final boolean mIsWallpaper; field in WindowState
612 mIsWallpaper = false; in WindowState()
637 mIsWallpaper = parentWindow.mAttrs.type == TYPE_WALLPAPER; in WindowState()
648 mIsWallpaper = mAttrs.type == TYPE_WALLPAPER; in WindowState()
650 mIsFloatingLayer = mIsImWindow || mIsWallpaper; in WindowState()
965 if (mIsWallpaper && (fw != mFrame.width() || fh != mFrame.height())) { in computeFrameLw()
1304 && !mAnimatingExit && !mDestroying && (!mIsWallpaper || mWallpaperVisible); in wouldBeVisibleIfPolicyIgnored()
1485 return ((!mIsWallpaper && mAttrs.format == PixelFormat.OPAQUE) in isOpaqueDrawn()
1486 || (mIsWallpaper && mWallpaperVisible)) in isOpaqueDrawn()
1931 } else if (mIsWallpaper) { in getSpecialWindowAnimLayerAdjustment()
[all …]
DDisplayContent.java2028 w -> w.mIsWallpaper && w.isVisibleNow()); in getLayerForAnimationBackground()
2931 if (wallpaperOnly && !w.mIsWallpaper) { in screenshotApplications()
2936 } else if (w.mIsWallpaper) { in screenshotApplications()
2975 if (!w.mIsWallpaper && !mutableIncludeFullDisplay.value) { in screenshotApplications()
DWindowManagerService.java2134 if (toBeDisplayed && win.mIsWallpaper) { in relayoutWindow()