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 171 MotionEvent* InputQueue::createMotionEvent() {
172 return mPooledInputEventFactory.createMotionEvent();
245 MotionEvent* event = queue->createMotionEvent();
  /frameworks/native/include/input/
Input.h 639 virtual MotionEvent* createMotionEvent() = 0;
652 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; }
668 virtual MotionEvent* createMotionEvent();
  /frameworks/native/libs/input/
InputTransport.cpp 493 MotionEvent* motionEvent = factory->createMotionEvent();
557 MotionEvent* motionEvent = factory->createMotionEvent();
    [all...]
Input.cpp 565 MotionEvent* PooledInputEventFactory::createMotionEvent() {

Completed in 977 milliseconds