Home
last modified time | relevance | path

Searched refs:FIXED_START (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.h190 return TabBarMode::SCROLLABLE == mode_ || TabBarMode::FIXED_START == mode_; in IsScrollable()
H A Dtab_bar_component.cpp112 mode_ = TabBarMode::FIXED_START; in InitNavigationBarStyle()
H A Drender_tab_bar.cpp205 if (mode_ == TabBarMode::FIXED_START && !isVertical_ && needUpdateOffset_) { in LayoutChildren()
316 if (mode_ == TabBarMode::FIXED_START && tabBarSizeAnimation_) { in SetIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h594 FIXED_START, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dutils.h95 case TabBarMode::FIXED_START: in ConvertTabBarModeToString()