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

  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 76 PooledInputEventFactory mPooledInputEventFactory;
  /frameworks/base/libs/androidfw/
Input.cpp 583 // --- PooledInputEventFactory ---
585 PooledInputEventFactory::PooledInputEventFactory(size_t maxPoolSize) :
589 PooledInputEventFactory::~PooledInputEventFactory() {
598 KeyEvent* PooledInputEventFactory::createKeyEvent() {
607 MotionEvent* PooledInputEventFactory::createMotionEvent() {
616 void PooledInputEventFactory::recycle(InputEvent* event) {
  /frameworks/base/include/androidfw/
Input.h 603 class PooledInputEventFactory : public InputEventFactoryInterface {
605 PooledInputEventFactory(size_t maxPoolSize = 20);
606 virtual ~PooledInputEventFactory();

Completed in 37 milliseconds