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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java540 float mLastWallpaperY = -1; field in class:WindowManagerService
1778 mLastWallpaperY = mWallpaperTarget.mWallpaperY;
1900 float wpy = mLastWallpaperY >= 0 ? mLastWallpaperY : 0.5f;
1981 mLastWallpaperY = target.mWallpaperY;
1983 mLastWallpaperY = changingTarget.mWallpaperY;
10173 pw.print(" mLastWallpaperY="); pw.println(mLastWallpaperY);

Completed in 40 milliseconds