From e45b3e21a95e40168a35c4bcd0f425ba2e56bc11 Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Thu, 21 Jun 2018 11:33:04 -0700 Subject: [PATCH] Fix typo in horizontalShift Bug: 109828964 Change-Id: I0ef749ccd2d24556e05873186ed3fcdcb09a7d32 --- src/com/android/launcher3/anim/Interpolators.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/anim/Interpolators.java b/src/com/android/launcher3/anim/Interpolators.java index efb08a11a5..8a1abf412d 100644 --- a/src/com/android/launcher3/anim/Interpolators.java +++ b/src/com/android/launcher3/anim/Interpolators.java @@ -121,7 +121,7 @@ public class Interpolators { // Used to scale the oscillations horizontally private final float horizontalScale = 1f; // Used to shift the oscillations horizontally - private final float horizontalShift = 05f; + private final float horizontalShift = 0.5f; // Used to scale the oscillations vertically private final float verticalScale = 1f; // Used to shift the oscillations vertically