Home
last modified time | relevance | path

Searched refs:SetTabIndex (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h196 void SetTabIndex(int32_t tabIndex) in SetTabIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.h186 void SetTabIndex(int32_t tabIndex) in SetTabIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h285 static void SetTabIndex(int32_t index);
588 static void SetTabIndex(FrameNode* frameNode, int32_t index);
H A Dview_abstract_model_ng.h1171 void SetTabIndex(int32_t index) override in SetTabIndex() function
1173 ViewAbstract::SetTabIndex(index); in SetTabIndex()
H A Dview_abstract_model.h328 virtual void SetTabIndex(int32_t index) = 0;
H A Dview_abstract.cpp1223 void ViewAbstract::SetTabIndex(int32_t index) in SetTabIndex() function in OHOS::Ace::NG::ViewAbstract
1227 focusHub->SetTabIndex(index); in SetTabIndex()
3634 void ViewAbstract::SetTabIndex(FrameNode* frameNode, int32_t index) in SetTabIndex() function in OHOS::Ace::NG::ViewAbstract
3639 focusHub->SetTabIndex(index); in SetTabIndex()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp581 ViewAbstract::SetTabIndex(INDEX);
582 ViewAbstract::SetTabIndex(AceType::RawPtr(FRAME_NODE_REGISTER), INDEX);
648 ViewAbstract::SetTabIndex(INDEX);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h230 void SetTabIndex(int32_t index) override;
H A Dview_abstract_model_impl.cpp1299 void ViewAbstractModelImpl::SetTabIndex(int32_t index) in SetTabIndex() function in OHOS::Ace::Framework::ViewAbstractModelImpl
1304 focusableComponent->SetTabIndex(index); in SetTabIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.h205 static ArkUINativeModuleValue SetTabIndex(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.cpp4895 ArkUINativeModuleValue CommonBridge::SetTabIndex(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTabIndex() function in OHOS::Ace::NG::CommonBridge
H A Darkts_native_api_impl_bridge.cpp795 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetTabIndex)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dfocus_view_test_ng.cpp695 buttonFocusHub2->SetTabIndex(1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h846 void SetTabIndex(int32_t tabIndex) in SetTabIndex() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp220 focusHub->SetTabIndex(1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3373 void SetTabIndex(ArkUINodeHandle node, ArkUI_Int32 index) in SetTabIndex() function
3377 ViewAbstract::SetTabIndex(frameNode, index); in SetTabIndex()
3385 ViewAbstract::SetTabIndex(frameNode, index); in ResetTabIndex()
6287 …SetId, ResetId, SetKey, ResetKey, SetRestoreId, ResetRestoreId, SetTabIndex, ResetTabIndex, SetObs… in GetCommonModifier()
6361 …SetId, ResetId, SetKey, ResetKey, SetRestoreId, ResetRestoreId, SetTabIndex, ResetTabIndex, SetObs… in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp1582 ViewAbstractModel::GetInstance()->SetTabIndex(index); in FFIOHOSAceFrameworkTabIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7466 ViewAbstractModel::GetInstance()->SetTabIndex(arg->ToNumber<int32_t>()); in JsTabIndex()