Searched defs:createMotionEvent (Results 1 – 4 of 4) sorted by relevance
122 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
565 MotionEvent* PooledInputEventFactory::createMotionEvent() { in createMotionEvent() function in android::PooledInputEventFactory
652 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; } in createMotionEvent() function