commit | f982613c81ef89cf33cc99498649e624b2a94a58 | [log] [tgz] |
---|---|---|
author | Youngsang Cho <youngsang@google.com> | Tue May 13 01:34:49 2014 +0900 |
committer | Youngsang Cho <youngsang@google.com> | Tue May 13 02:04:27 2014 +0900 |
tree | e44fe8cefc24e412955170b14ffb8bca21cbb983 | |
parent | 5fca50490746c52c2ec977529af3bbf17ce3b285 [diff] |
Use copied input events in TvView InputEvents are recycled in ViewRootImpl. If a event is recycled between sending the input event to TIS and receiving its results in TvView, the value of the input event can be changed. So we use its copied input event in TvView. Bug: 14792009 Change-Id: I82d4594f28cd72924c56f6e7a0fc12ff7dca1660