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

/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp169 MotionEvent* InputQueue::createMotionEvent() { function in class:android::InputQueue
170 return mPooledInputEventFactory.createMotionEvent();
243 MotionEvent* event = queue->createMotionEvent();
/frameworks/native/libs/input/
H A DInput.cpp619 MotionEvent* PooledInputEventFactory::createMotionEvent() { function in class:android::PooledInputEventFactory
/frameworks/native/include/input/
H A DInput.h578 virtual MotionEvent* createMotionEvent() = 0;
591 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; } function in class:android::PreallocatedInputEventFactory
607 virtual MotionEvent* createMotionEvent();

Completed in 140 milliseconds