Home
last modified time | relevance | path

Searched refs:SetTabBarMode (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_common_test_ng.cpp193 model.SetTabBarMode(TabBarMode::SCROLLABLE);
211 model.SetTabBarMode(TabBarMode::SCROLLABLE);
274 model.SetTabBarMode(TabBarMode::SCROLLABLE);
304 model.SetTabBarMode(TabBarMode::SCROLLABLE);
333 model.SetTabBarMode(TabBarMode::SCROLLABLE);
362 model.SetTabBarMode(TabBarMode::SCROLLABLE);
H A Dtab_bar_event_test_ng.cpp795 model.SetTabBarMode(TabBarMode::SCROLLABLE);
838 model.SetTabBarMode(TabBarMode::SCROLLABLE);
883 model.SetTabBarMode(TabBarMode::SCROLLABLE);
H A Dtabs_attr_test_ng.cpp202 model.SetTabBarMode(TabBarMode::SCROLLABLE);
1032 model.SetTabBarMode(TabBarMode::SCROLLABLE);
H A Dtabs_event_test_ng.cpp339 model.SetTabBarMode(TabBarMode::SCROLLABLE);
H A Dtab_bar_test_ng.cpp88 model.SetTabBarMode(TabBarMode::SCROLLABLE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtabs_modifier.cpp39 void SetTabBarMode(ArkUINodeHandle node, ArkUI_Int32 tabsBarMode) in SetTabBarMode() function
44 TabsModelNG::SetTabBarMode(frameNode, barMode); in SetTabBarMode()
174 TabsModelNG::SetTabBarMode(frameNode, barMode); in ResetTabBarMode()
353 SetTabBarMode, in GetTabsModifier()
401 SetTabBarMode, in GetCJUITabsModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model_ng.h42 void SetTabBarMode(TabBarMode tabBarMode) override;
74 static void SetTabBarMode(FrameNode* frameNode, TabBarMode tabBarMode);
H A Dtabs_model.h119 virtual void SetTabBarMode(TabBarMode tabBarMode) = 0;
H A Dtabs_model_ng.cpp229 void TabsModelNG::SetTabBarMode(TabBarMode tabBarMode) in SetTabBarMode() function in OHOS::Ace::NG::TabsModelNG
712 void TabsModelNG::SetTabBarMode(FrameNode* frameNode, TabBarMode tabBarMode) in SetTabBarMode() function in OHOS::Ace::NG::TabsModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtabs_model_impl.h32 void SetTabBarMode(TabBarMode tabBarMode) override;
H A Dtabs_model_impl.cpp77 void TabsModelImpl::SetTabBarMode(TabBarMode tabBarMode) in SetTabBarMode() function in OHOS::Ace::Framework::TabsModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_tabs_bridge.h25 static ArkUINativeModuleValue SetTabBarMode(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_tabs_bridge.cpp43 ArkUINativeModuleValue TabsBridge::SetTabBarMode(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTabBarMode() function in OHOS::Ace::NG::TabsBridge
H A Darkts_native_api_impl_bridge.cpp3979 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TabsBridge::SetTabBarMode)); in RegisterTabAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_tab_ffi.cpp116 TabsModel::GetInstance()->SetTabBarMode(TAB_BAR_MODES[barMode]); in FfiOHOSAceFrameworkTabsSetBarMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.cpp307 TabsModel::GetInstance()->SetTabBarMode(barMode); in SetBarMode()
322 TabsModel::GetInstance()->SetTabBarMode(barMode); in SetBarMode()