Searched refs:mIsWallpaper (Results 1 – 4 of 4) sorted by relevance
109 final boolean mIsWallpaper; field in WindowStateAnimator262 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()
191 final boolean mIsWallpaper; field in WindowState612 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 …]
2028 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()
2134 if (toBeDisplayed && win.mIsWallpaper) { in relayoutWindow()