Searched refs:DispatchTabKey (Results 1 – 2 of 2) sorted by relevance
1018 bool DispatchTabKey(const KeyEvent& event, const RefPtr<FocusView>& curFocusView);
3200 if (!IsSkipShortcutAndFocusMove() && DispatchTabKey(event, curFocusView)) { in TriggerKeyEventDispatch()3215 bool PipelineContext::DispatchTabKey(const KeyEvent& event, const RefPtr<FocusView>& curFocusView) in DispatchTabKey() function in OHOS::Ace::NG::PipelineContext3254 if (DispatchTabKey(keyEvent, curFocusView)) { in ReDispatch()