Lines Matching refs:pointerProperties
148 const PointerProperties* pointerProperties) { in validateMotionEvent() argument
160 int32_t id = pointerProperties[i].id; in validateMotionEvent()
906 i, entry->pointerProperties[i].id, in logOutboundMotionDetailsLocked()
907 entry->pointerProperties[i].toolType, in logOutboundMotionDetailsLocked()
1284 uint32_t pointerId = entry->pointerProperties[pointerIndex].id; in findTouchedWindowTargetsLocked()
1339 pointerIds.markBit(entry->pointerProperties[0].id); in findTouchedWindowTargetsLocked()
1519 uint32_t pointerId = entry->pointerProperties[pointerIndex].id; in findTouchedWindowTargetsLocked()
2035 motionEntry->pointerCount, motionEntry->pointerProperties, in startDispatchCycleLocked()
2295 const PointerProperties& pointerProperties = in splitMotionEvent() local
2296 originalMotionEntry->pointerProperties[originalPointerIndex]; in splitMotionEvent()
2297 uint32_t pointerId = uint32_t(pointerProperties.id); in splitMotionEvent()
2300 splitPointerProperties[splitPointerCount].copyFrom(pointerProperties); in splitMotionEvent()
2325 const PointerProperties& pointerProperties = in splitMotionEvent() local
2326 originalMotionEntry->pointerProperties[originalPointerIndex]; in splitMotionEvent()
2327 uint32_t pointerId = uint32_t(pointerProperties.id); in splitMotionEvent()
2499 i, args->pointerProperties[i].id, in notifyMotion()
2500 args->pointerProperties[i].toolType, in notifyMotion()
2513 args->pointerCount, args->pointerProperties)) { in notifyMotion()
2533 args->pointerCount, args->pointerProperties, args->pointerCoords); in notifyMotion()
2550 args->pointerCount, args->pointerProperties, args->pointerCoords, 0, 0); in notifyMotion()
2647 const PointerProperties* pointerProperties = motionEvent->getPointerProperties(); in injectInputEvent() local
2649 if (! validateMotionEvent(action, actionButton, pointerCount, pointerProperties)) { in injectInputEvent()
2668 uint32_t(pointerCount), pointerProperties, samplePointerCoords, in injectInputEvent()
2681 uint32_t(pointerCount), pointerProperties, samplePointerCoords, in injectInputEvent()
3972 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry() argument
3981 this->pointerProperties[i].copyFrom(pointerProperties[i]); in MotionEntry()
4002 msg.appendFormat("%d: (%.1f, %.1f)", pointerProperties[i].id, in appendDescription()
4272 pointerProperties[i].copyFrom(entry->pointerProperties[i]); in setPointers()
4300 memento.pointerCount, memento.pointerProperties, memento.pointerCoords, in synthesizeCancelationEvents()