/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_common_test_ng.cpp | 193 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 D | tab_bar_event_test_ng.cpp | 795 model.SetTabBarMode(TabBarMode::SCROLLABLE); 838 model.SetTabBarMode(TabBarMode::SCROLLABLE); 883 model.SetTabBarMode(TabBarMode::SCROLLABLE);
|
H A D | tabs_attr_test_ng.cpp | 202 model.SetTabBarMode(TabBarMode::SCROLLABLE); 1032 model.SetTabBarMode(TabBarMode::SCROLLABLE);
|
H A D | tabs_event_test_ng.cpp | 339 model.SetTabBarMode(TabBarMode::SCROLLABLE);
|
H A D | tab_bar_test_ng.cpp | 88 model.SetTabBarMode(TabBarMode::SCROLLABLE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | tabs_modifier.cpp | 39 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 D | tabs_model_ng.h | 42 void SetTabBarMode(TabBarMode tabBarMode) override; 74 static void SetTabBarMode(FrameNode* frameNode, TabBarMode tabBarMode);
|
H A D | tabs_model.h | 119 virtual void SetTabBarMode(TabBarMode tabBarMode) = 0;
|
H A D | tabs_model_ng.cpp | 229 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 D | tabs_model_impl.h | 32 void SetTabBarMode(TabBarMode tabBarMode) override;
|
H A D | tabs_model_impl.cpp | 77 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 D | arkts_native_tabs_bridge.h | 25 static ArkUINativeModuleValue SetTabBarMode(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_tabs_bridge.cpp | 43 ArkUINativeModuleValue TabsBridge::SetTabBarMode(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTabBarMode() function in OHOS::Ace::NG::TabsBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3979 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 D | cj_tab_ffi.cpp | 116 TabsModel::GetInstance()->SetTabBarMode(TAB_BAR_MODES[barMode]); in FfiOHOSAceFrameworkTabsSetBarMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tabs.cpp | 307 TabsModel::GetInstance()->SetTabBarMode(barMode); in SetBarMode() 322 TabsModel::GetInstance()->SetTabBarMode(barMode); in SetBarMode()
|