Searched defs:createMotionEvent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp171 MotionEvent* InputQueue::createMotionEvent() { function in class:android::InputQueue
172 return mPooledInputEventFactory.createMotionEvent();
245 MotionEvent* event = queue->createMotionEvent();
/frameworks/native/libs/input/
H A DInput.cpp565 MotionEvent* PooledInputEventFactory::createMotionEvent() { function in class:android::PooledInputEventFactory
/frameworks/native/include/input/
H A DInput.h639 virtual MotionEvent* createMotionEvent() = 0;
652 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; } function in class:android::PreallocatedInputEventFactory
668 virtual MotionEvent* createMotionEvent();

Completed in 80 milliseconds