Home
last modified time | relevance | path

Searched refs:HandleSpecifiedKey (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/root/
Droot_element.h37 void HandleSpecifiedKey(const KeyEvent& keyEvent);
Droot_element.cpp77 void RootElement::HandleSpecifiedKey(const KeyEvent& keyEvent) in HandleSpecifiedKey() function in OHOS::Ace::RootElement
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_context.cpp1686 rootElement_->HandleSpecifiedKey(event); in OnKeyEvent()