/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 753 … static void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut); 756 bool arrowKeyStepOut);
|
H A D | view_abstract_model_ng.h | 1437 … void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) override in SetFocusScopeId() argument 1439 ViewAbstract::SetFocusScopeId(focusScopeId, isGroup, arrowKeyStepOut); in SetFocusScopeId()
|
H A D | view_abstract_model.h | 333 …irtual void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut) {} in SetFocusScopeId() argument
|
H A D | view_abstract.cpp | 5006 … 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 D | focus_hub.cpp | 2419 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 D | focus_hub.h | 1018 … void SetFocusScopeId(const std::string& focusScopeId, bool isGroup, bool arrowKeyStepOut = true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5700 …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 D | arkts_native_common_bridge.cpp | 8027 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 D | js_view_abstract.cpp | 10837 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 D | cjui_api.h | 455 …usScopeId)(ArkUINodeHandle node, ArkUI_CharPtr id, ArkUI_Bool isGroup, ArkUI_Bool arrowKeyStepOut);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1951 …usScopeId)(ArkUINodeHandle node, ArkUI_CharPtr id, ArkUI_Bool isGroup, ArkUI_Bool arrowKeyStepOut);
|