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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java557 float mLastWallpaperY = -1; field in class:WindowManagerService
1831 mLastWallpaperY = mWallpaperTarget.mWallpaperY;
1952 float wpy = mLastWallpaperY >= 0 ? mLastWallpaperY : 0.5f;
2033 mLastWallpaperY = target.mWallpaperY;
2035 mLastWallpaperY = changingTarget.mWallpaperY;
10701 pw.print(" mLastWallpaperY="); pw.println(mLastWallpaperY);

Completed in 27 milliseconds