Lines Matching refs:pointerProperties
144 const PointerProperties* pointerProperties) { in validateMotionEvent() argument
156 int32_t id = pointerProperties[i].id; in validateMotionEvent()
895 i, entry->pointerProperties[i].id, in logOutboundMotionDetailsLocked()
896 entry->pointerProperties[i].toolType, in logOutboundMotionDetailsLocked()
1305 uint32_t pointerId = entry->pointerProperties[pointerIndex].id; in findTouchedWindowTargetsLocked()
1360 pointerIds.markBit(entry->pointerProperties[0].id); in findTouchedWindowTargetsLocked()
1548 uint32_t pointerId = entry->pointerProperties[pointerIndex].id; in findTouchedWindowTargetsLocked()
1999 motionEntry->pointerCount, motionEntry->pointerProperties, in startDispatchCycleLocked()
2252 const PointerProperties& pointerProperties = in splitMotionEvent() local
2253 originalMotionEntry->pointerProperties[originalPointerIndex]; in splitMotionEvent()
2254 uint32_t pointerId = uint32_t(pointerProperties.id); in splitMotionEvent()
2257 splitPointerProperties[splitPointerCount].copyFrom(pointerProperties); in splitMotionEvent()
2282 const PointerProperties& pointerProperties = in splitMotionEvent() local
2283 originalMotionEntry->pointerProperties[originalPointerIndex]; in splitMotionEvent()
2284 uint32_t pointerId = uint32_t(pointerProperties.id); in splitMotionEvent()
2442 i, args->pointerProperties[i].id, in notifyMotion()
2443 args->pointerProperties[i].toolType, in notifyMotion()
2455 if (!validateMotionEvent(args->action, args->pointerCount, args->pointerProperties)) { in notifyMotion()
2475 args->pointerCount, args->pointerProperties, args->pointerCoords); in notifyMotion()
2491 args->pointerCount, args->pointerProperties, args->pointerCoords); in notifyMotion()
2593 const PointerProperties* pointerProperties = motionEvent->getPointerProperties(); in injectInputEvent() local
2594 if (! validateMotionEvent(action, pointerCount, pointerProperties)) { in injectInputEvent()
2613 uint32_t(pointerCount), pointerProperties, samplePointerCoords); in injectInputEvent()
2625 uint32_t(pointerCount), pointerProperties, samplePointerCoords); in injectInputEvent()
3901 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) : in MotionEntry() argument
3909 this->pointerProperties[i].copyFrom(pointerProperties[i]); in MotionEntry()
3927 msg.appendFormat("%d: (%.1f, %.1f)", pointerProperties[i].id, in appendDescription()
4176 pointerProperties[i].copyFrom(entry->pointerProperties[i]); in setPointers()
4204 memento.pointerCount, memento.pointerProperties, memento.pointerCoords)); in synthesizeCancelationEvents()