commit | f7b4accbda1a4d98a5fadbf3984cb9666a4fe9e9 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Tue Dec 01 16:24:45 2009 -0800 |
committer | Romain Guy <romainguy@android.com> | Tue Dec 01 18:58:46 2009 -0800 |
tree | 72beaa8be1066e699ad8f6045c4b96ea1e9f9a96 | |
parent | 03828c0e675ea2cfb2141dd56d9b2bebc2570646 [diff] |
Fix scroll jump in ScrollView. If a touch event was targeted at a ScrollView child, the content would jump after the user moved her finger by the required threshold. This is inconsistent with ListView's behavior. Fixes #2296622.