Searched refs:mFinalVerticalWallpaperOffset (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java974 float mFinalVerticalWallpaperOffset = 0.5f; field in class:Workspace.WallpaperOffsetInterpolator
1000 Float.compare(mVerticalWallpaperOffset, mFinalVerticalWallpaperOffset) == 0) {
1032 float vOffsetDelta = mFinalVerticalWallpaperOffset - mVerticalWallpaperOffset;
1039 mVerticalWallpaperOffset = mFinalVerticalWallpaperOffset;
1066 return mFinalVerticalWallpaperOffset;
1074 mFinalVerticalWallpaperOffset = Math.max(0f, Math.min(y, 1.0f));
1079 mVerticalWallpaperOffset = mFinalVerticalWallpaperOffset;

Completed in 83 milliseconds