Lines Matching refs:pointerProperties
134 if (pointerId == args.pointerProperties[i].id) { in getActionUpForPointerId()
172 newArgs.pointerProperties.clear(); in removePointerIds()
176 const int32_t pointerId = args.pointerProperties[i].id; in removePointerIds()
187 newArgs.pointerProperties.push_back(args.pointerProperties[i]); in removePointerIds()
218 if (isStylusToolType(args.pointerProperties[i].toolType)) { in removeStylusPointerIds()
219 stylusPointerIds.insert(args.pointerProperties[i].id); in removeStylusPointerIds()
297 args.pointerProperties[MotionEvent::getActionIndex(args.action)].id; in cancelSuppressedPointers()
302 const int32_t pointerId = oldArgs.pointerProperties[i].id; in cancelSuppressedPointers()
495 const int32_t pointerId = args.pointerProperties[i].id; in update()
593 const int32_t pointerId = args.pointerProperties[i].id; in getTouches()
644 touches.back().tool_code = getLinuxToolCode(args.pointerProperties[i].toolType); in getTouches()
682 const int32_t pointerId = args.pointerProperties[i].id; in detectPalmPointers()