Lines Matching refs:pointers
85 PublishMotionArgs(int32_t action, nsecs_t downTime, const std::vector<Pointer>& pointers,
90 const std::vector<Pointer>& pointers, const uint32_t inSeq) in PublishMotionArgs() argument
105 pointerCount = pointers.size(); in PublishMotionArgs()
109 pointerProperties[i].id = pointers[i].id; in PublishMotionArgs()
114 pointerCoords[i].isResampled = pointers[i].isResampled; in PublishMotionArgs()
115 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_X, pointers[i].x); in PublishMotionArgs()
116 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_Y, pointers[i].y); in PublishMotionArgs()
300 const std::vector<Pointer>& pointers);
525 const std::vector<Pointer> pointers = {Pointer{.id = 0, .x = 20, .y = 30}}; in publishAndConsumeBatchedMotionMove() local
526 PublishMotionArgs args(AMOTION_EVENT_ACTION_MOVE, downTime, pointers, seq); in publishAndConsumeBatchedMotionMove()
573 int32_t action, nsecs_t downTime, const std::vector<Pointer>& pointers) { in publishAndConsumeMotionEvent() argument
575 PublishMotionArgs args(action, downTime, pointers, seq); in publishAndConsumeMotionEvent()