summaryrefslogtreecommitdiff
path: root/src/com/android
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2018-06-21 11:33:04 -0700
committerJon Miranda <jonmiranda@google.com>2018-06-21 11:33:04 -0700
commite45b3e21a95e40168a35c4bcd0f425ba2e56bc11 (patch)
tree5b27343a5f0909319d5f8697dd04f963a88639ae /src/com/android
parent03a190d284c9c57cea8dad9c8b1a95d245135f26 (diff)
downloadLauncher3-e45b3e21a95e40168a35c4bcd0f425ba2e56bc11.tar.gz
Fix typo in horizontalShift
Bug: 109828964 Change-Id: I0ef749ccd2d24556e05873186ed3fcdcb09a7d32
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/launcher3/anim/Interpolators.java2
1 files changed, 1 insertions, 1 deletions
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