Searched refs:MIDDLE_ZONE_FLEX_SHRINK (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component.cpp | 36 constexpr double MIDDLE_ZONE_FLEX_SHRINK = 1.0; variable 119 …return AceType::MakeRefPtr<FlexItemComponent>(MIDDLE_ZONE_FLEX_GROW, MIDDLE_ZONE_FLEX_SHRINK, 0.0,… in BuildTitle() 129 … AceType::MakeRefPtr<FlexItemComponent>(MIDDLE_ZONE_FLEX_GROW, MIDDLE_ZONE_FLEX_SHRINK, 0.0, box)); in BuildTabBar() 358 MIDDLE_ZONE_FLEX_GROW, MIDDLE_ZONE_FLEX_SHRINK, 0.0, leftContainer)); in BuildSubTitle() 361 MIDDLE_ZONE_FLEX_GROW, MIDDLE_ZONE_FLEX_SHRINK, 0.0, leftContainer)); in BuildSubTitle() 368 …AceType::MakeRefPtr<FlexItemComponent>(MIDDLE_ZONE_FLEX_GROW, MIDDLE_ZONE_FLEX_SHRINK, 0.0, leftCo… in BuildSubTitle()
|
H A D | navigation_bar_component_v2.cpp | 28 constexpr double MIDDLE_ZONE_FLEX_SHRINK = 1.0; variable 189 …return AceType::MakeRefPtr<FlexItemComponent>(MIDDLE_ZONE_FLEX_GROW, MIDDLE_ZONE_FLEX_SHRINK, 0.0,… in BuildTitle()
|