History log of /frameworks/native/libs/input/InputTransport.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
63ff3a84ae5f60fc427aed4f63364b50695266d9 10-Jun-2014 Michael Wright <michaelwr@google.com> Fixup more potential issues / warnings in string formats

Change-Id: I323e44f950b2e758dc9ff4510b2e13ca870eb849
/frameworks/native/libs/input/InputTransport.cpp
d0a4a6234f3d97f5e7fb86b028d3ee79dd4e3fa6 10-Jun-2014 Michael Wright <michaelwr@google.com> Fix warning in logging string interpolation

Change-Id: I86623083f68664d31ea277958837a4c2985037b4
/frameworks/native/libs/input/InputTransport.cpp
bc6001b026069714177526eb1120b0011d6f2a51 02-May-2014 Narayan Kamath <narayan@google.com> Change InputMessage.motion.pointerSize to a uint32_t.

This ensures it's the same size in both 32 and 64 bit
processes and also brings it in line with struct
MotionEntry.

Change-Id: I66bb8b8d8664763e7dcbd489686051f563d5e1dc
/frameworks/native/libs/input/InputTransport.cpp
872db4f11e407accccba9d37c335ef7e3597eba4 23-Apr-2014 Michael Wright <michaelwr@google.com> Move key attribute information out of native.

Native doesn't ever actually care about the attributes of keys, so
move all of it up into the managed layer and move all of the key
names down so they're defined once.

Change-Id: Ic8ded13ce050b2b98744735ff50d11e8d882d7d5
/frameworks/native/libs/input/InputTransport.cpp
3223217aed6dcfa55b5b952cd6be71f70e41ba63 21-Oct-2013 Michael Wright <michaelwr@google.com> Only consume touches up until the frame time

When resampling is disabled, it's currently possible to consume
touches after the current frame time. This breaks some guarantees and
could cause unexpected behaviors.

Change-Id: I99908a2cac2df9f795dd4a07188b4451213cf3e4
/frameworks/native/libs/input/InputTransport.cpp
ad526f8505efe2ccd800e4665864b10bdae31e29 11-Oct-2013 Michael Wright <michaelwr@google.com> Eliminate latency when resampling is disabled

Since the latency was introduced to avoid egregious errors during
resampling, remove it when we aren't resampling.

Change-Id: Ia8e9a9afb1e16212fec81a8c9c661c598e1b0ebf
/frameworks/native/libs/input/InputTransport.cpp
5912f95d26f77d2b6df13e1f2672e48e3f9b871c 02-Jul-2013 Jeff Brown <jeffbrown@google.com> Move input library code from frameworks/base.

Change-Id: I4983db61b53e28479fc90d9211fafff68f7f49a6
/frameworks/native/libs/input/InputTransport.cpp