Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.h494 bool OnKeyEventWithoutClick(const KeyEvent& event);
495 bool OnKeyEventWithoutClick(const RefPtr<FrameNode>& host, const KeyEvent& event);
H A Dtab_bar_pattern.cpp767 return OnKeyEventWithoutClick(event); in OnKeyEvent()
808 bool TabBarPattern::OnKeyEventWithoutClick(const KeyEvent& event) in OnKeyEventWithoutClick() function in OHOS::Ace::NG::TabBarPattern
841 return OnKeyEventWithoutClick(host, event); in OnKeyEventWithoutClick()
844 bool TabBarPattern::OnKeyEventWithoutClick(const RefPtr<FrameNode>& host, const KeyEvent& event) in OnKeyEventWithoutClick() function in OHOS::Ace::NG::TabBarPattern