Home | History | Annotate | Download | only in wm

Lines Matching refs:mLowerWallpaperTarget

515     WindowState mLowerWallpaperTarget = null;
1578 + " lower=" + mLowerWallpaperTarget);
1583 || mLowerWallpaperTarget != null;
1659 && (mLowerWallpaperTarget == null || mLowerWallpaperTarget != foundW)) {
1665 mLowerWallpaperTarget = null;
1711 mLowerWallpaperTarget = oldW;
1720 mLowerWallpaperTarget = foundW;
1726 } else if (mLowerWallpaperTarget != null) {
1728 if (!mLowerWallpaperTarget.isAnimatingLw() || !mUpperWallpaperTarget.isAnimatingLw()) {
1732 mLowerWallpaperTarget = null;
1750 (mLowerWallpaperTarget == null && foundW.mAppToken != null)
1902 + " lower=" + mLowerWallpaperTarget + " upper="
2669 if (window == mWallpaperTarget || window == mLowerWallpaperTarget
8449 + ", lower target=" + mLowerWallpaperTarget
8456 if (mLowerWallpaperTarget == null) {
8459 lowerWallpaperAppToken = mLowerWallpaperTarget.mAppToken;
10438 if (mLowerWallpaperTarget != null || mUpperWallpaperTarget != null) {
10439 pw.print(" mLowerWallpaperTarget="); pw.println(mLowerWallpaperTarget);