summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/list
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-18 21:17:48 -0700
committerYorke Lee <yorkelee@google.com>2014-03-19 10:54:32 -0700
commita4015fccbe2d49cd40aabffba8fef75d11bb1484 (patch)
tree2ed5325ab765d0c34770dbb8da3103abdb347791 /src/com/android/dialer/list
parentf3db08a45846fd7a99460ea4eb4e10fa58499cd1 (diff)
Speed up scroll speed when dragging
Bug: 13535481 Change-Id: Idced6f7afe310a43dc8ddd3bc5bb55cba108c0de
Diffstat (limited to 'src/com/android/dialer/list')
-rw-r--r--src/com/android/dialer/list/PhoneFavoriteListView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/dialer/list/PhoneFavoriteListView.java b/src/com/android/dialer/list/PhoneFavoriteListView.java
index adda3cfd0..078cf3ecf 100644
--- a/src/com/android/dialer/list/PhoneFavoriteListView.java
+++ b/src/com/android/dialer/list/PhoneFavoriteListView.java
@@ -62,7 +62,7 @@ public class PhoneFavoriteListView extends ListView implements SwipeHelperCallba
private Handler mScrollHandler;
private final long SCROLL_HANDLER_DELAY_MILLIS = 5;
- private final int DRAG_SCROLL_PX_UNIT = 10;
+ private final int DRAG_SCROLL_PX_UNIT = 25;
private boolean mIsDragScrollerRunning = false;
private int mTouchDownForDragStartX;