Searched refs:touchingCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4571 uint32_t touchingCount = local
4573 if (touchingCount > 1) {
4574 touchMajor /= touchingCount;
4575 touchMinor /= touchingCount;
4576 toolMajor /= touchingCount;
4577 toolMinor /= touchingCount;
4578 size /= touchingCount;

Completed in 59 milliseconds