Revert "Fix typo in horizontalShift"
This reverts commit e45b3e21a95e40168a35c4bcd0f425ba2e56bc11.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I4d2956d3f8d23e8f9579fd61418bc84e7226ef60
diff --git a/src/com/android/launcher3/anim/Interpolators.java b/src/com/android/launcher3/anim/Interpolators.java
index 8a1abf4..efb08a1 100644
--- a/src/com/android/launcher3/anim/Interpolators.java
+++ b/src/com/android/launcher3/anim/Interpolators.java
@@ -121,7 +121,7 @@
// Used to scale the oscillations horizontally
private final float horizontalScale = 1f;
// Used to shift the oscillations horizontally
- private final float horizontalShift = 0.5f;
+ private final float horizontalShift = 05f;
// Used to scale the oscillations vertically
private final float verticalScale = 1f;
// Used to shift the oscillations vertically