Home
last modified time | relevance | path

Searched refs:DispatchTabKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h1018 bool DispatchTabKey(const KeyEvent& event, const RefPtr<FocusView>& curFocusView);
H A Dpipeline_context.cpp3200 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::PipelineContext
3254 if (DispatchTabKey(keyEvent, curFocusView)) { in ReDispatch()