Searched refs:mLastWallpaperDisplayOffsetY (Results 1 – 1 of 1) sorted by relevance
78 private int mLastWallpaperDisplayOffsetY = Integer.MIN_VALUE; field in WallpaperController274 if (mLastWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in updateWallpaperOffset()275 offset += mLastWallpaperDisplayOffsetY; in updateWallpaperOffset()402 mLastWallpaperDisplayOffsetY = target.mWallpaperDisplayOffsetY; in updateWallpaperOffsetLocked()404 mLastWallpaperDisplayOffsetY = changingTarget.mWallpaperDisplayOffsetY; in updateWallpaperOffsetLocked()821 mLastWallpaperDisplayOffsetY = mWallpaperTarget.mWallpaperDisplayOffsetY; in adjustWallpaperWindows()899 || mLastWallpaperDisplayOffsetY != Integer.MIN_VALUE) { in dump()902 pw.print(" mLastWallpaperDisplayOffsetY="); pw.println(mLastWallpaperDisplayOffsetY); in dump()