commit | fb99ba895e9921f46af38d5fe8c27c88676f7a65 | [log] [tgz] |
---|---|---|
author | Alan Viverette <alanv@google.com> | Fri May 01 10:10:15 2015 -0700 |
committer | Alan Viverette <alanv@google.com> | Fri May 01 10:10:15 2015 -0700 |
tree | 457e0b633ea0bde0191bcb621793f1283ce1d9b2 | |
parent | aba035d2ed4a0c39d59ca039b52af2bc3f5980b4 [diff] |
Correctly handle intercepted touch events in FastScroller Previously we'd return true from onIntercept and assume the DOWN event was handled, then onTouch would return false and the host view would receive the DOWN event. Now we consume the event in onTouch. Bug: 19080751 Change-Id: I1bd35b4c25a0760f4248ade443d09b8ca4b71e7c