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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4188 uint32_t touchingCount = mCurrentRawPointerData.touchingIdBits.count(); local
4189 if (touchingCount > 1) {
4190 touchMajor /= touchingCount;
4191 touchMinor /= touchingCount;
4192 toolMajor /= touchingCount;
4193 toolMinor /= touchingCount;
4194 size /= touchingCount;

Completed in 326 milliseconds