Lines Matching refs:pointers
78 PublishMotionArgs(int32_t action, nsecs_t downTime, const std::vector<Pointer>& pointers,
83 const std::vector<Pointer>& pointers, const uint32_t inSeq) in PublishMotionArgs() argument
98 pointerCount = pointers.size(); in PublishMotionArgs()
102 pointerProperties[i].id = pointers[i].id; in PublishMotionArgs()
107 pointerCoords[i].isResampled = pointers[i].isResampled; in PublishMotionArgs()
108 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_X, pointers[i].x); in PublishMotionArgs()
109 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_Y, pointers[i].y); in PublishMotionArgs()
248 const std::vector<Pointer>& pointers);
361 const std::vector<Pointer> pointers = {Pointer{.id = 0, .x = 20, .y = 30}}; in publishAndConsumeBatchedMotionMove() local
362 PublishMotionArgs args(AMOTION_EVENT_ACTION_MOVE, downTime, pointers, seq); in publishAndConsumeBatchedMotionMove()
380 int32_t action, nsecs_t downTime, const std::vector<Pointer>& pointers) { in publishAndConsumeMotionEvent() argument
382 PublishMotionArgs args(action, downTime, pointers, seq); in publishAndConsumeMotionEvent()