Searched defs:mLastWallpaperDisplayOffsetY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperController.java74 private int mLastWallpaperDisplayOffsetY = Integer.MIN_VALUE; field in class:WallpaperController
286 if (mLastWallpaperDisplayOffsetY != Integer.MIN_VALUE) {
287 offset += mLastWallpaperDisplayOffsetY;
403 mLastWallpaperDisplayOffsetY = target.mWallpaperDisplayOffsetY;
405 mLastWallpaperDisplayOffsetY = changingTarget.mWallpaperDisplayOffsetY;
586 mLastWallpaperDisplayOffsetY = mWallpaperTarget.mWallpaperDisplayOffsetY;
679 || mLastWallpaperDisplayOffsetY != Integer.MIN_VALUE) {
682 pw.print(" mLastWallpaperDisplayOffsetY="); pw.println(mLastWallpaperDisplayOffsetY);

Completed in 73 milliseconds