Merge "Increase stylus data timeout."

This commit is contained in:
Michael Wright 2015-04-21 21:23:44 +00:00 committed by Android (Google) Code Review
commit 671024b4cd

View File

@ -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 nsecs_t EXTERNAL_STYLUS_DATA_TIMEOUT = ms2ns(32);
static const constexpr nsecs_t EXTERNAL_STYLUS_DATA_TIMEOUT = ms2ns(72);
// --- Static Functions ---