Searched refs:mLastWallpaperY (Results 1 – 1 of 1) sorted by relevance
532 float mLastWallpaperY = -1; field in WindowManagerService1701 mLastWallpaperY = mWallpaperTarget.mWallpaperY; in adjustWallpaperWindowsLocked()1823 float wpy = mLastWallpaperY >= 0 ? mLastWallpaperY : 0.5f; in updateWallpaperOffsetLocked()1903 mLastWallpaperY = target.mWallpaperY; in updateWallpaperOffsetLocked()1905 mLastWallpaperY = changingTarget.mWallpaperY; in updateWallpaperOffsetLocked()9560 pw.print(" mLastWallpaperY="); pw.println(mLastWallpaperY); in dumpWindowsLocked()