From eed565d5126cb40b2a7ecdf5f6e8ac7a7464007b Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Mon, 15 Nov 2010 11:30:05 -0800 Subject: [PATCH] Whitespace fix Change-Id: Ia6b328defddc002ea0acb028d452bdd97ed3d4cc --- src/com/android/launcher2/Workspace.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/android/launcher2/Workspace.java b/src/com/android/launcher2/Workspace.java index 61b7c4b5b4..82fd362ed7 100644 --- a/src/com/android/launcher2/Workspace.java +++ b/src/com/android/launcher2/Workspace.java @@ -883,8 +883,8 @@ public class Workspace extends SmoothPagedView private class ZInterpolator implements TimeInterpolator { private final float focalLength = 0.2f; - public float getInterpolation(float input) { - return (1.0f - focalLength / (focalLength + input)) / + public float getInterpolation(float input) { + return (1.0f - focalLength / (focalLength + input)) / (1.0f - focalLength / (focalLength + 1.0f)); } }