Searched refs:addSample (Results 1 – 6 of 6) sorted by relevance
552 addSample(motionEvent, &msg); in consumeSamples()783 event->addSample(sampleTime, touchState.lastResample.pointers); in resampleTouchState()915 void InputConsumer::addSample(MotionEvent* event, const InputMessage* msg) { in addSample() function in android::InputConsumer923 event->addSample(msg->body.motion.eventTime, pointerCoords); in addSample()
314 addSample(eventTime, pointerCoords); in initialize()345 void MotionEvent::addSample( in addSample() function in android::MotionEvent
430 static void addSample(MotionEvent* event, const InputMessage* msg);
512 void addSample(
277 event->addSample(ARBITRARY_EVENT_TIME + 1, pointerCoords); in initializeEventWithHistory()297 event->addSample(ARBITRARY_EVENT_TIME + 2, pointerCoords); in initializeEventWithHistory()
429 event->addSample(eventTimeNanos, rawPointerCoords); in android_view_MotionEvent_nativeAddBatch()