Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h563 bool IsCombinationKey() const in IsCombinationKey() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp410 …if (event.code == KeyCode::KEY_F5 || (event.IsCombinationKey() && event.IsCtrlWith(KeyCode::KEY_R)… in OnKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp1679 if (!event.IsCombinationKey() && (event.IsLetterKey() || event.IsNumberKey())) { in OnKeyEvent()