summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/VerticalPullDetector.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/allapps/VerticalPullDetector.java')
-rw-r--r--src/com/android/launcher3/allapps/VerticalPullDetector.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/allapps/VerticalPullDetector.java b/src/com/android/launcher3/allapps/VerticalPullDetector.java
index ab2b6edd5..96e1299cf 100644
--- a/src/com/android/launcher3/allapps/VerticalPullDetector.java
+++ b/src/com/android/launcher3/allapps/VerticalPullDetector.java
@@ -230,7 +230,7 @@ public class VerticalPullDetector {
private void reportDragEnd() {
if (DBG) {
- Log.d(TAG, String.format("onScrolEnd disp=%.1f, velocity=%.1f",
+ Log.d(TAG, String.format("onScrollEnd disp=%.1f, velocity=%.1f",
mDisplacementY, mVelocity));
}
mListener.onDragEnd(mVelocity, Math.abs(mVelocity) > RELEASE_VELOCITY_PX_MS);