Searched refs:mLastWallpaperDisplayOffsetX (Results 1 – 1 of 1) sorted by relevance
77 private int mLastWallpaperDisplayOffsetX = Integer.MIN_VALUE; field in WallpaperController300 if (mLastWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in updateWallpaperOffset()301 offset += mLastWallpaperDisplayOffsetX; in updateWallpaperOffset()426 mLastWallpaperDisplayOffsetX = target.mWallpaperDisplayOffsetX; in updateWallpaperOffsetLocked()428 mLastWallpaperDisplayOffsetX = changingTarget.mWallpaperDisplayOffsetX; in updateWallpaperOffsetLocked()601 mLastWallpaperDisplayOffsetX = mWallpaperTarget.mWallpaperDisplayOffsetX; in adjustWallpaperWindows()754 if (mLastWallpaperDisplayOffsetX != Integer.MIN_VALUE in dump()757 pw.print("mLastWallpaperDisplayOffsetX="); pw.print(mLastWallpaperDisplayOffsetX); in dump()