Searched defs:createMotionEvent (Results 1 – 5 of 5) sorted by relevance
144 private MotionEvent createMotionEvent(int action, long eventTime, float x, float y) { in createMotionEvent() method in PipTouchStateTest
30 fun createMotionEvent(action: Int, eventTime: Long, source: Int): MotionEvent { in createMotionEvent() method
171 MotionEvent* InputQueue::createMotionEvent() { in createMotionEvent() function in android::InputQueue
864 MotionEvent* PooledInputEventFactory::createMotionEvent() { in createMotionEvent() function in android::PooledInputEventFactory
979 virtual MotionEvent* createMotionEvent() override { return &mMotionEvent; } in createMotionEvent() function