Searched refs:mLastWallpaperDisplayOffsetY (Results 1 – 1 of 1) sorted by relevance
74 private int mLastWallpaperDisplayOffsetY = Integer.MIN_VALUE; field in WallpaperController286 if (mLastWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in updateWallpaperOffset()287 offset += mLastWallpaperDisplayOffsetY; in updateWallpaperOffset()403 mLastWallpaperDisplayOffsetY = target.mWallpaperDisplayOffsetY; in updateWallpaperOffsetLocked()405 mLastWallpaperDisplayOffsetY = changingTarget.mWallpaperDisplayOffsetY; in updateWallpaperOffsetLocked()586 mLastWallpaperDisplayOffsetY = mWallpaperTarget.mWallpaperDisplayOffsetY; in adjustWallpaperWindows()679 || mLastWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in dump()682 pw.print(" mLastWallpaperDisplayOffsetY="); pw.println(mLastWallpaperDisplayOffsetY); in dump()