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

  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 76 PooledInputEventFactory mPooledInputEventFactory;
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 162 mPooledInputEventFactory.recycle(event);
166 return mPooledInputEventFactory.createKeyEvent();
170 return mPooledInputEventFactory.createMotionEvent();

Completed in 1198 milliseconds