Home
last modified time | relevance | path

Searched refs:bottomMargin (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp75 float bottomMargin = margin.bottom.value_or(0.0f); in CheckBottomEdgeOverlap() local
78 if (!NearEqual(bottomPadding, 0.0f) || !NearEqual(bottomMargin, 0.0f)) { in CheckBottomEdgeOverlap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_layout_algorithm.cpp160 float bottomMargin = margin.bottom.value_or(0.0f); in CheckBottomEdgeOverlap() local
163 if (!NearEqual(bottomPadding, 0.0f) || !NearEqual(bottomMargin, 0.0f)) { in CheckBottomEdgeOverlap()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp1114 int16_t bottomMargin = style_->marginBottom_; in LayoutCenterOfParent() local
1118 int16_t posY = parent_->GetHeight() / 2 - (rect_.GetHeight() - topMargin + bottomMargin) / 2 + yOffset; in LayoutCenterOfParent()
1158 int16_t bottomMargin = style_->marginBottom_; in LayoutBottomOfParent() local
1159 SetPosition(GetX(), parent_->GetHeight() - offset - rect_.GetHeight() - bottomMargin); in LayoutBottomOfParent()

Completed in 6 milliseconds