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 600 virtual MotionEvent* createMotionEvent() = 0;
613 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; }
629 virtual MotionEvent* createMotionEvent();
  /frameworks/native/libs/input/
InputTransport.cpp 487 MotionEvent* motionEvent = factory->createMotionEvent();
550 MotionEvent* motionEvent = factory->createMotionEvent();
    [all...]
Input.cpp 558 MotionEvent* PooledInputEventFactory::createMotionEvent() {

Completed in 60 milliseconds