diff options
author | Michael Wright <michaelwr@google.com> | 2015-04-21 22:37:02 +0100 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2015-04-21 22:37:02 +0100 |
commit | e2434fecb9650b64a24ad87cda3f32260d804bc1 (patch) | |
tree | 163f86f5589c83e87dbf6fea6a562adf2660d6da | |
parent | 671024b4cd58d6843a34649365851401eb65bb7a (diff) | |
download | frameworks_native-e2434fecb9650b64a24ad87cda3f32260d804bc1.zip frameworks_native-e2434fecb9650b64a24ad87cda3f32260d804bc1.tar.gz frameworks_native-e2434fecb9650b64a24ad87cda3f32260d804bc1.tar.bz2 |
Revert "Increase stylus data timeout."
This reverts commit 8b0673ce0ca97952d3ed9cb8912b31f367e41c0c.
-rw-r--r-- | services/inputflinger/InputReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/InputReader.cpp b/services/inputflinger/InputReader.cpp index 3e9f765..0e60d4d 100644 --- a/services/inputflinger/InputReader.cpp +++ b/services/inputflinger/InputReader.cpp @@ -71,7 +71,7 @@ static const size_t MAX_SLOTS = 32; // Maximum amount of latency to add to touch events while waiting for data from an // external stylus. -static const constexpr nsecs_t EXTERNAL_STYLUS_DATA_TIMEOUT = ms2ns(72); +static const nsecs_t EXTERNAL_STYLUS_DATA_TIMEOUT = ms2ns(32); // --- Static Functions --- |