Searched defs:createKeyEvent (Results 1 – 4 of 4) sorted by relevance
167 KeyEvent* InputQueue::createKeyEvent() { in createKeyEvent() function in android::InputQueue
503 private static KeyEvent createKeyEvent(int action, int code, int displayId) { in createKeyEvent() method in ActivityView
587 KeyEvent* PooledInputEventFactory::createKeyEvent() { in createKeyEvent() function in android::PooledInputEventFactory
701 virtual KeyEvent* createKeyEvent() { return & mKeyEvent; } in createKeyEvent() function