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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java110 final boolean mIsWallpaper; field in class:WindowStateAnimator
263 mIsWallpaper = win.mIsWallpaper;
903 if (mIsWallpaper && wallpaperTarget != null && mService.mAnimateWallpaperWithTarget) {
1051 } else if (mIsWallpaper && mService.mRoot.mWallpaperActionPending) {
1575 if (mIsWallpaper && !mWin.mWallpaperVisible) {
1632 if (mIsWallpaper) {
2032 if (!w.isVisibleNow() || w.mIsWallpaper) {
H A DWindowState.java194 final boolean mIsWallpaper; field in class:WindowState
635 mIsWallpaper = false;
660 mIsWallpaper = parentWindow.mAttrs.type == TYPE_WALLPAPER;
671 mIsWallpaper = mAttrs.type == TYPE_WALLPAPER;
673 mIsFloatingLayer = mIsImWindow || mIsWallpaper;
1014 if (mIsWallpaper && (fw != mFrame.width() || fh != mFrame.height())) {
1377 && !mAnimatingExit && !mDestroying && (!mIsWallpaper || mWallpaperVisible);
1573 return ((!mIsWallpaper && mAttrs.format == PixelFormat.OPAQUE)
1574 || (mIsWallpaper && mWallpaperVisible))
2019 } else if (mIsWallpaper) {
[all...]

Completed in 1415 milliseconds