Searched refs:currentEvent (Results 1 – 1 of 1) sorted by relevance
462 Event currentEvent = processedEvent; in onCodeInput() local463 while (null != currentEvent) { in onCodeInput()464 if (currentEvent.isConsumed()) { in onCodeInput()465 handleConsumedEvent(currentEvent, inputTransaction); in onCodeInput()466 } else if (currentEvent.isFunctionalKeyEvent()) { in onCodeInput()467 handleFunctionalEvent(currentEvent, inputTransaction, currentKeyboardScriptId, in onCodeInput()470 handleNonFunctionalEvent(currentEvent, inputTransaction, handler); in onCodeInput()472 currentEvent = currentEvent.mNextEvent; in onCodeInput()