History log of /frameworks/support/v4/gingerbread/android/support/v4/view/MotionEventCompatGingerbread.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4dbd11ef441f637f32edd585248da0c914622a38 30-Dec-2014 Yigit Boyar <yboyar@google.com> Add generic scroll support to RecyclerView

This CL adds support for scrolling RecyclerView with a separate input
device (e.g. mouse).

AbsListView handles generic motion scroll as an instant scroll event,
so does RecyclerView (instead of smooth scrolling).

Since most of the necessary APIs are added on Froyo or Honeycomb, this
CL adds InputDeviceCompat to access constants in InputDevice.

It also extends the scope of MotionEventCompat to suport axis and source.

Bug: 18796745
Change-Id: I8f12d452d39b27bf2b2da425d57e87b09ac1bf26
/frameworks/support/v4/gingerbread/android/support/v4/view/MotionEventCompatGingerbread.java