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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java583 WindowState mWallpaperTarget = null; field in class:WindowManagerService
1671 && (mWallpaperTarget == w || w.isDrawnLw())) {
1676 if (w == mWallpaperTarget && w.mWinAnimator.isAnimating()) {
1706 if (mWallpaperTarget != null && mWallpaperTarget.mAppToken != null) {
1718 if (mWallpaperTarget != foundW) {
1721 + " oldTarget: " + mWallpaperTarget);
1727 WindowState oldW = mWallpaperTarget;
1728 mWallpaperTarget = foundW;
1760 mWallpaperTarget
[all...]

Completed in 12 milliseconds