commit | 1a632def894f8fec6961d126fcc568c6a7c19441 | [log] [tgz] |
---|---|---|
author | gaoshang <gaoshang@xiaomi.com> | Wed Aug 24 10:23:50 2016 +0800 |
committer | gaoshang <gaoshang@xiaomi.com> | Tue Aug 30 08:03:51 2016 +0000 |
tree | 59b2c2762d8c32e3fe08911b4d9743637a25cc3b | |
parent | 1c59b4b4e8447feb25a2e1673ac432310ca4655b [diff] |
redirect to call assignPointerIds if there is id < 0 case Symptom: If assignPointerIds() is not called, the unknown value of outPointer.id will lead to undefined things Root Cause: mHavePointerIds be overwritten to true in last cycle Solution: recover mHavePointerIds=false if any id < 0, to call assignPointerIds() https://code.google.com/p/android/issues/detail?id=221273 Change-Id: I65ca0b82a6fceb495a0de17315b1f49cdab5fba0 Signed-off-by: gaoshang <gaoshang@xiaomi.com>