Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8bf3114 authored by Yorke Lee's avatar Yorke Lee
Browse files

DO NOT MERGE Speed up scroll speed when dragging

Bug: 13535481
Change-Id: Idced6f7afe310a43dc8ddd3bc5bb55cba108c0de
parent 4e24159e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;