Home
last modified time | relevance | path

Searched refs:marginBottom_ (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/
H A Dstyle.cpp50 marginBottom_(0), in Style()
95 return marginBottom_; in GetStyle()
166 marginBottom_ = value; in SetStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_dialog.cpp43 auto margin = Edge(marginLeft_, marginTop_, marginRight_, marginBottom_); in PrepareSpecializedComponent()
58 dialog.marginBottom_ = dialog.ParseDimension(val); in SetSpecializedStyle()
H A Ddom_panel.h60 Dimension marginBottom_ = 0.0_vp; member in OHOS::Ace::Framework::DOMPanel
H A Ddom_dialog.h56 Dimension marginBottom_ = 0.0_vp; member in OHOS::Ace::Framework::DOMDialog
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp1114 int16_t bottomMargin = style_->marginBottom_; in LayoutCenterOfParent()
1158 int16_t bottomMargin = style_->marginBottom_; in LayoutBottomOfParent()
1205 int16_t margin = sib->style_->marginBottom_ - style_->marginBottom_; in AlignBottomToSibling()
1231 (sib->style_->marginBottom_ - sib->style_->marginTop_ - style_->marginBottom_ + style_->marginTop_) / in AlignVerCenterToSibling()
1268 int16_t margin = sib->style_->marginTop_ + style_->marginBottom_; in LayoutTopToSibling()
1280 int16_t margin = sib->style_->marginBottom_ + style_->marginTop_; in LayoutBottomToSibling()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dstyle.h175 int16_t marginBottom_; member in OHOS::Style
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h364 return marginBottom_; in GetMarginBottom()
585 Dimension marginBottom_; member in OHOS::Ace::DialogTheme
H A Ddialog_theme.cpp178 theme->marginBottom_ = dialogPattern->GetAttr<Dimension>("dialog_dimension_bottom", 16.0_vp); in ParseNewPattern()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp94 marginBottom_(-1, DimensionType::TYPE_UNKNOWN) in Component()
395 return marginBottom_; in GetDimension()
418 CalculateDimensionPixel(marginBottom_, param.maxHeight); in AlignDimensions()
441 if (marginBottom_.type == DimensionType::TYPE_PIXEL) { in ApplyAlignedMargin()
442 uiView.SetStyle(STYLE_MARGIN_BOTTOM, marginBottom_.value.pixel); in ApplyAlignedMargin()
598 GetDimensionFromStyle(marginBottom_, *style); in ApplyCommonStyle()
605 GetDimensionFromStyle(marginBottom_, *style); in ApplyCommonStyle()
1558 if (marginBottom_.type == DimensionType::TYPE_PIXEL) { in SetBottomMargin()
1559 view.SetStyle(STYLE_MARGIN_BOTTOM, marginBottom_.value.pixel); in SetBottomMargin()
H A Dcomponent.h650 Dimension marginBottom_; member in OHOS::ACELite::Component
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp510 button->SetStyleForState(STYLE_MARGIN_BOTTOM, style_.marginBottom_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
511 button->SetStyleForState(STYLE_MARGIN_BOTTOM, style_.marginBottom_, UIButton::PRESSED); in UIKitUITestBorderMarginPaddingTest008()
594 button->SetStyleForState(STYLE_MARGIN_BOTTOM, style_.marginBottom_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest012()
595 button->SetStyleForState(STYLE_MARGIN_BOTTOM, style_.marginBottom_, UIButton::PRESSED); in UIKitUITestBorderMarginPaddingTest012()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp613 marginBottom_ = bottom_ + DRAW_EDGES_SPACE.ConvertToPx(); in InitProps()
651 wrapperSize_.Height() - foldCreaseBottom_ - marginBottom_); in InitWrapperRect()
952 yMax = wrapperSize_.Height() - height - marginBottom_; in AdjustPosition()
968 yMax = wrapperSize_.Height() - height - marginBottom_; in AdjustPosition()
981 yMax = std::min(targetOffset_.GetY() - height - space, wrapperSize_.Height() - marginBottom_ - height); in AdjustPosition()
999 yMax = wrapperSize_.Height() - height - marginBottom_; in AdjustPosition()
1012 yMax = wrapperSize_.Height() - height - marginBottom_; in AdjustPosition()
1272 auto height = std::min(wrapperSize_.Height() - marginBottom_ - targetOffsetY - targetSize_.Height(), in CheckPosition()
1273 wrapperSize_.Height() - marginBottom_ - marginTop_); in CheckPosition()
1278 wrapperSize_.Height() - marginBottom_ in CheckPosition()
[all...]
H A Dbubble_layout_algorithm.h281 float marginBottom_ = 0.0f; member in OHOS::Ace::NG::BubbleLayoutAlgorithm

Completed in 19 milliseconds