Searched refs:mLastWallpaperDisplayOffsetY (Results 1 – 1 of 1) sorted by relevance
78 private int mLastWallpaperDisplayOffsetY = Integer.MIN_VALUE; field in WallpaperController311 if (mLastWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in updateWallpaperOffset()312 offset += mLastWallpaperDisplayOffsetY; in updateWallpaperOffset()423 mLastWallpaperDisplayOffsetY = target.mWallpaperDisplayOffsetY; in updateWallpaperOffsetLocked()425 mLastWallpaperDisplayOffsetY = changingTarget.mWallpaperDisplayOffsetY; in updateWallpaperOffsetLocked()598 mLastWallpaperDisplayOffsetY = mWallpaperTarget.mWallpaperDisplayOffsetY; in adjustWallpaperWindows()775 || mLastWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in dump()778 pw.print(" mLastWallpaperDisplayOffsetY="); pw.println(mLastWallpaperDisplayOffsetY); in dump()