Searched refs:mLastWallpaperDisplayOffsetX (Results 1 – 1 of 1) sorted by relevance
77 private int mLastWallpaperDisplayOffsetX = Integer.MIN_VALUE; field in WallpaperController253 if (mLastWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in updateWallpaperOffset()254 offset += mLastWallpaperDisplayOffsetX; in updateWallpaperOffset()394 mLastWallpaperDisplayOffsetX = target.mWallpaperDisplayOffsetX; in updateWallpaperOffsetLocked()396 mLastWallpaperDisplayOffsetX = changingTarget.mWallpaperDisplayOffsetX; in updateWallpaperOffsetLocked()794 mLastWallpaperDisplayOffsetX = mWallpaperTarget.mWallpaperDisplayOffsetX; in adjustWallpaperWindows()874 if (mLastWallpaperDisplayOffsetX != Integer.MIN_VALUE in dump()877 pw.print("mLastWallpaperDisplayOffsetX="); pw.print(mLastWallpaperDisplayOffsetX); in dump()