History log of /frameworks/base/core/java/com/android/internal/widget/ScrollBarUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d85bc5074dc1211fdb1c6799d9321af54ac5a32f 21-Jan-2016 Keisuke Kuroyanagi <ksk@google.com> Make scroll bar mouse draggable.

This is for Views that have special mouse dragging handling. e.g.
TextView invokes text selection on mouse dragging, so it cannot be
scrolled by mouse dragging.
This provides such Views or ViewGroups a last resort to scroll as we
don't assume that all devices have touch panel, touch pad, or mouse
wheel.

Bug: 20016455

Change-Id: I68a13258a50b5e4ea681b2576da6000a0bb3fa65
/frameworks/base/core/java/com/android/internal/widget/ScrollBarUtils.java