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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4720 uint32_t touchingCount = local
4722 if (touchingCount > 1) {
4723 touchMajor /= touchingCount;
4724 touchMinor /= touchingCount;
4725 toolMajor /= touchingCount;
4726 toolMinor /= touchingCount;
4727 size /= touchingCount;

Completed in 70 milliseconds