Searched defs:touchingCount (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4842 uint32_t touchingCount = local
4844 if (touchingCount > 1) {
4845 touchMajor /= touchingCount;
4846 touchMinor /= touchingCount;
4847 toolMajor /= touchingCount;
4848 toolMinor /= touchingCount;
4849 size /= touchingCount;

Completed in 40 milliseconds