Searched refs:mLastWallpaperDisplayOffsetX (Results 1 – 1 of 1) sorted by relevance
92 private int mLastWallpaperDisplayOffsetX = Integer.MIN_VALUE; field in WallpaperController390 if (mLastWallpaperDisplayOffsetX != Integer.MIN_VALUE) { in updateWallpaperOffset()393 offset += mLastWallpaperDisplayOffsetX; in updateWallpaperOffset()597 mLastWallpaperDisplayOffsetX = target.mWallpaperDisplayOffsetX; in updateWallpaperOffsetLocked()599 mLastWallpaperDisplayOffsetX = changingTarget.mWallpaperDisplayOffsetX; in updateWallpaperOffsetLocked()811 mLastWallpaperDisplayOffsetX = mWallpaperTarget.mWallpaperDisplayOffsetX; in adjustWallpaperWindows()1025 if (mLastWallpaperDisplayOffsetX != Integer.MIN_VALUE in dump()1028 pw.print("mLastWallpaperDisplayOffsetX="); pw.print(mLastWallpaperDisplayOffsetX); in dump()