Searched refs:ReDispatch (Results 1 – 5 of 5) sorted by relevance
328 …会在onKeyPreIme返回false时候,去匹配快捷。而是第三次按键派发中,Web对于未消费的KeyEvent会通过ReDispatch重新派发回ArkUI。在ReDispatch中再执行匹配…
328 …-dispatched back to ArkUI through **ReDispatch** during the third key press dispatch. It is within…
175 void ReDispatch(KeyEvent& keyEvent);
3239 void PipelineContext::ReDispatch(KeyEvent& keyEvent) in ReDispatch() function in OHOS::Ace::NG::PipelineContext
2067 pipelineContext->ReDispatch(const_cast<KeyEvent&>(event)); in KeyboardReDispatch()