commit | 0f694cd2137e6c760bf09cf6ce4aa7b4e0d070e3 | [log] [tgz] |
---|---|---|
author | Jun Mukai <mukai@google.com> | Mon Apr 20 14:26:25 2015 -0700 |
committer | Yigit Boyar <yboyar@google.com> | Wed Jun 17 16:51:06 2015 +0000 |
tree | 74df7aaca4a2f9571c3c232e3a62228f7d59e004 | |
parent | 048454a762e769ee6439cd2c12d791776a7cc4bd [diff] |
DO NOT MERGE Fix the mouse wheel orientation for the consistency with AbsListView. The meaning of scroll value is different between RecyclerView and AbsListView. Therefore the sign of the scroll value from the motion event should be inversed in RecyclerView to have the same scroll orienation for mouse wheels among views. Bug: 20125071 Change-Id: Iba33b7dedae61432fb399bef28639435c08e6ded (cherry picked from commit 9daf256d3b66ecb94d9848731abe96f3655904b0)