Home | History | Annotate | Download | only in input

Lines Matching full:touchingcount

4134                 uint32_t touchingCount = mCurrentRawPointerData.touchingIdBits.count();
4135 if (touchingCount > 1) {
4136 touchMajor /= touchingCount;
4137 touchMinor /= touchingCount;
4138 toolMajor /= touchingCount;
4139 toolMinor /= touchingCount;
4140 size /= touchingCount;