Home
last modified time | relevance | path

Searched refs:arrowKeyStepOut (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h753 … static void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut);
756 bool arrowKeyStepOut);
H A Dview_abstract_model_ng.h1437 … void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) override in SetFocusScopeId() argument
1439 ViewAbstract::SetFocusScopeId(focusScopeId, isGroup, arrowKeyStepOut); in SetFocusScopeId()
H A Dview_abstract_model.h333 …irtual void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) {} in SetFocusScopeId() argument
H A Dview_abstract.cpp5006 … ViewAbstract::SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) in SetFocusScopeId() argument
5010 focusHub->SetFocusScopeId(focusScopeId, isGroup, arrowKeyStepOut); in SetFocusScopeId()
5021 bool arrowKeyStepOut) in SetFocusScopeId() argument
5026 focusHub->SetFocusScopeId(focusScopeId, isGroup, arrowKeyStepOut); in SetFocusScopeId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp2419 void FocusHub::SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) in SetFocusScopeId() argument
2441 arrowKeyStepOut_ = arrowKeyStepOut; in SetFocusScopeId()
2448 arrowKeyStepOut_ = arrowKeyStepOut; in SetFocusScopeId()
H A Dfocus_hub.h1018 … void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut = true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5700 …ocusScopeId(ArkUINodeHandle node, ArkUI_CharPtr id, ArkUI_Bool isGroup, ArkUI_Bool arrowKeyStepOut) in SetFocusScopeId() argument
5705 ViewAbstract::SetFocusScopeId(frameNode, idStr, isGroup, arrowKeyStepOut); in SetFocusScopeId()
5714 bool arrowKeyStepOut = true; in ResetFocusScopeId() local
5715 ViewAbstract::SetFocusScopeId(frameNode, id, isGroup, arrowKeyStepOut); in ResetFocusScopeId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp8027 bool arrowKeyStepOut = true; in SetFocusScopeId() local
8029 arrowKeyStepOut = arrowKeyStepOutArg->ToBoolean(vm)->Value(); in SetFocusScopeId()
8031 …odifiers()->getCommonModifier()->setFocusScopeId(nativeNode, id.c_str(), isGroup, arrowKeyStepOut); in SetFocusScopeId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10837 bool arrowKeyStepOut = true; in JsFocusScopeId() local
10840 arrowKeyStepOut = info[2]->ToBoolean(); in JsFocusScopeId()
10842 ViewAbstractModel::GetInstance()->SetFocusScopeId(focusScopeId, isGroup, arrowKeyStepOut); in JsFocusScopeId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h455 …usScopeId)(ArkUINodeHandle node, ArkUI_CharPtr id, ArkUI_Bool isGroup, ArkUI_Bool arrowKeyStepOut);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1951 …usScopeId)(ArkUINodeHandle node, ArkUI_CharPtr id, ArkUI_Bool isGroup, ArkUI_Bool arrowKeyStepOut);