commit | 77daff7712155824821b80a746ed23f80d920184 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Fri Sep 16 23:29:15 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Sep 16 23:29:15 2011 -0700 |
tree | 3b997199f615b7bc0169a802492bd9a56c0d2944 | |
parent | 3b01d26e5886f70bc694d12708b6ba7e27e5f3d3 [diff] | |
parent | df9440f62fa09773e0b5bd1ecf7815e8f7fb844c [diff] |
Merge "Can't stop the fling! Bug: 5335420" into ics-factoryrom
diff --git a/libs/ui/Input.cpp b/libs/ui/Input.cpp index a5ba57d..3de75ba 100644 --- a/libs/ui/Input.cpp +++ b/libs/ui/Input.cpp
@@ -1020,6 +1020,8 @@ return true; } } + *outVx = 0; + *outVy = 0; return false; }