Searched defs:createMotionEvent (Results 1 – 4 of 4) sorted by relevance
123 private MotionEvent createMotionEvent(int action, long eventTime, float x, float y) { in createMotionEvent() method in PipTouchStateTest
171 MotionEvent* InputQueue::createMotionEvent() { in createMotionEvent() function in android::InputQueue
596 MotionEvent* PooledInputEventFactory::createMotionEvent() { in createMotionEvent() function in android::PooledInputEventFactory
702 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; } in createMotionEvent() function