Searched defs:mIsWallpaper (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java109 final boolean mIsWallpaper; field in class:WindowStateAnimator
266 mIsWallpaper = win.mIsWallpaper;
937 if (mIsWallpaper && wallpaperTarget != null && mService.mAnimateWallpaperWithTarget) {
1090 } else if (mIsWallpaper && mService.mWindowPlacerLocked.mWallpaperActionPending) {
1541 if (mIsWallpaper && !mWin.mWallpaperVisible) {
1598 if (mIsWallpaper) {
H A DWindowState.java159 final boolean mIsWallpaper; field in class:WindowState
538 mIsWallpaper = false;
586 mIsWallpaper = attachedWindow.mAttrs.type == TYPE_WALLPAPER;
587 mIsFloatingLayer = mIsImWindow || mIsWallpaper;
599 mIsWallpaper = mAttrs.type == TYPE_WALLPAPER;
600 mIsFloatingLayer = mIsImWindow || mIsWallpaper;
922 if (mIsWallpaper && (fw != mFrame.width() || fh != mFrame.height())) {
1164 && !mAnimatingExit && !mDestroying && (!mIsWallpaper || mWallpaperVisible);
1386 return ((!mIsWallpaper && mAttrs.format == PixelFormat.OPAQUE)
1387 || (mIsWallpaper
[all...]

Completed in 14 milliseconds