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()
167 KeyEvent* InputQueue::createKeyEvent() { in createKeyEvent() function in android::InputQueue168 return mPooledInputEventFactory.createKeyEvent(); in createKeyEvent()222 KeyEvent* event = queue->createKeyEvent(); in nativeSendKeyEvent()
51 KeyEvent* createKeyEvent();
962 virtual KeyEvent* createKeyEvent() = 0;978 virtual KeyEvent* createKeyEvent() override { return &mKeyEvent; } in createKeyEvent() function1000 virtual KeyEvent* createKeyEvent() override;
855 KeyEvent* PooledInputEventFactory::createKeyEvent() { in createKeyEvent() function in android::PooledInputEventFactory
747 KeyEvent* keyEvent = factory->createKeyEvent(); in consume()
435 static KeyEvent createKeyEvent(const KeyEntry& entry) { in createKeyEvent() function5682 KeyEvent event = createKeyEvent(entry); in doInterceptKeyBeforeDispatchingLockedInterruptible()5899 KeyEvent event = createKeyEvent(keyEntry); in afterKeyEventLockedInterruptible()5941 KeyEvent event = createKeyEvent(keyEntry); in afterKeyEventLockedInterruptible()