Searched refs:createKeyEvent (Results 1 – 7 of 7) sorted by relevance
46 private fun createKeyEvent(action: Int, eventTime: Long): KeyEvent { in createKeyEvent() method118 val down = createKeyEvent(KeyEvent.ACTION_DOWN, 20) in testKeyEvent()121 val up = createKeyEvent(KeyEvent.ACTION_UP, 21) in testKeyEvent()126 val down2 = createKeyEvent(KeyEvent.ACTION_DOWN, 22) in testKeyEvent()
168 KeyEvent* InputQueue::createKeyEvent() { in createKeyEvent() function in android::InputQueue169 return mPooledInputEventFactory.createKeyEvent(); in createKeyEvent()223 KeyEvent* event = queue->createKeyEvent(); in nativeSendKeyEvent()
51 KeyEvent* createKeyEvent();
984 virtual KeyEvent* createKeyEvent() = 0;1001 virtual KeyEvent* createKeyEvent() override { return &mKeyEvent; } in createKeyEvent() function1025 virtual KeyEvent* createKeyEvent() override;
1058 KeyEvent* PooledInputEventFactory::createKeyEvent() { in createKeyEvent() function in android::PooledInputEventFactory
774 KeyEvent* keyEvent = factory->createKeyEvent(); in consume()
374 KeyEvent createKeyEvent(const KeyEntry& entry) { in createKeyEvent() function5891 const KeyEvent event = createKeyEvent(entry); in doInterceptKeyBeforeDispatchingCommand()6007 KeyEvent event = createKeyEvent(keyEntry); in afterKeyEventLockedInterruptable()6049 KeyEvent event = createKeyEvent(keyEntry); in afterKeyEventLockedInterruptable()