summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid Build Merger (Role) <noreply-android-build-merger@google.com>2018-06-26 22:33:45 +0000
committerAndroid Build Merger (Role) <noreply-android-build-merger@google.com>2018-06-26 22:33:45 +0000
commitd3f6ec1de7049b20b9edfde1cc03606b3fc01718 (patch)
tree624364d16a41e6faa1bb1ca8bc8b33bb06f52acd
parent2548bab28a1acf2beecb3343458a473875d1a5c9 (diff)
parent33cbe61e97012d7832c3940eb8a4888f81bff6e0 (diff)
downloadandroid_packages_apps_Trebuchet-d3f6ec1de7049b20b9edfde1cc03606b3fc01718.tar.gz
android_packages_apps_Trebuchet-d3f6ec1de7049b20b9edfde1cc03606b3fc01718.tar.bz2
android_packages_apps_Trebuchet-d3f6ec1de7049b20b9edfde1cc03606b3fc01718.zip
[automerger] Revert "Fix typo in horizontalShift" am: 33cbe61e97
Change-Id: I3c9aa98e9d319c2b6ed05fc6bddc2bd2251f67a3
-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 8a1abf412..efb08a11a 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 = 0.5f;
+ private final float horizontalShift = 05f;
// Used to scale the oscillations vertically
private final float verticalScale = 1f;
// Used to shift the oscillations vertically