commit | dc61c4d41468a8beced2863de1b863b340cf49ba | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Mon Apr 20 18:26:57 2015 -0700 |
committer | Winson Chung <winsonc@google.com> | Tue Apr 21 15:54:22 2015 -0700 |
tree | c8370c720c4c6803959ecd626765d0efa2d072bd | |
parent | d5a03eb0b3015e8d307299ea2c8771b3b204a6ea [diff] [blame] |
Refactoring to single path for overview mode. Change-Id: I590a813c6f031342d75c3a6c3e9c9afda1808f2e
diff --git a/src/com/android/launcher3/PagedView.java b/src/com/android/launcher3/PagedView.java index 88295c0..a4593ec 100644 --- a/src/com/android/launcher3/PagedView.java +++ b/src/com/android/launcher3/PagedView.java
@@ -1696,11 +1696,11 @@ return OVERSCROLL_DAMP_FACTOR * f; } - protected void enableFreeScroll() { + public void enableFreeScroll() { setEnableFreeScroll(true); } - protected void disableFreeScroll() { + public void disableFreeScroll() { setEnableFreeScroll(false); }