History log of /frameworks/support/v4/java/android/support/v4/view/InputDeviceCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5847d13e40f5d52459f5c0dab32dc08f1a9a683 29-Sep-2015 Chris Banes <chrisbanes@google.com> Tidy up support-v4 shim APIs

Make shim classes final with private
constructors

BUG: 24461189

Change-Id: I7af3f17111ef679aa20652bedc703ff1b9e11c82
/frameworks/support/v4/java/android/support/v4/view/InputDeviceCompat.java
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/java/android/support/v4/view/InputDeviceCompat.java