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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java521 float mLastWallpaperY = -1; field in class:WindowManagerService
1797 mLastWallpaperY = mWallpaperTarget.mWallpaperY;
1948 float wpy = mLastWallpaperY >= 0 ? mLastWallpaperY : 0.5f;
2029 mLastWallpaperY = target.mWallpaperY;
2031 mLastWallpaperY = changingTarget.mWallpaperY;
10443 pw.print(" mLastWallpaperY="); pw.println(mLastWallpaperY);

Completed in 28 milliseconds