HomeSort by relevance Sort by last modified time
    Searched refs:createMotionEvent (Results 1 - 5 of 5) sorted by null

  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 53 MotionEvent* createMotionEvent();
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 169 MotionEvent* InputQueue::createMotionEvent() {
170 return mPooledInputEventFactory.createMotionEvent();
243 MotionEvent* event = queue->createMotionEvent();
  /frameworks/native/include/input/
Input.h 578 virtual MotionEvent* createMotionEvent() = 0;
591 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; }
607 virtual MotionEvent* createMotionEvent();
  /frameworks/native/libs/input/
InputTransport.cpp 486 MotionEvent* motionEvent = factory->createMotionEvent();
549 MotionEvent* motionEvent = factory->createMotionEvent();
    [all...]
Input.cpp 619 MotionEvent* PooledInputEventFactory::createMotionEvent() {

Completed in 105 milliseconds