Searched refs:mLastWallpaperDisplayOffsetX (Results 1 – 1 of 1) sorted by relevance
73 private int mLastWallpaperDisplayOffsetX = Integer.MIN_VALUE; field in WallpaperController268 if (mLastWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in updateWallpaperOffset()269 offset += mLastWallpaperDisplayOffsetX; in updateWallpaperOffset()398 mLastWallpaperDisplayOffsetX = target.mWallpaperDisplayOffsetX; in updateWallpaperOffsetLocked()400 mLastWallpaperDisplayOffsetX = changingTarget.mWallpaperDisplayOffsetX; in updateWallpaperOffsetLocked()583 mLastWallpaperDisplayOffsetX = mWallpaperTarget.mWallpaperDisplayOffsetX; in adjustWallpaperWindows()678 if (mLastWallpaperDisplayOffsetX != Integer.MIN_VALUE in dump()681 pw.print("mLastWallpaperDisplayOffsetX="); pw.print(mLastWallpaperDisplayOffsetX); in dump()