/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | style.cpp | 50 marginBottom_(0), in Style() 95 return marginBottom_; in GetStyle() 166 marginBottom_ = value; in SetStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_dialog.cpp | 43 auto margin = Edge(marginLeft_, marginTop_, marginRight_, marginBottom_); in PrepareSpecializedComponent() 58 dialog.marginBottom_ = dialog.ParseDimension(val); in SetSpecializedStyle()
|
H A D | dom_panel.h | 60 Dimension marginBottom_ = 0.0_vp; member in OHOS::Ace::Framework::DOMPanel
|
H A D | dom_dialog.h | 56 Dimension marginBottom_ = 0.0_vp; member in OHOS::Ace::Framework::DOMDialog
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 1114 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 D | style.h | 175 int16_t marginBottom_; member in OHOS::Style
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_theme.h | 364 return marginBottom_; in GetMarginBottom() 585 Dimension marginBottom_; member in OHOS::Ace::DialogTheme
|
H A D | dialog_theme.cpp | 178 theme->marginBottom_ = dialogPattern->GetAttr<Dimension>("dialog_dimension_bottom", 16.0_vp); in ParseNewPattern()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.cpp | 94 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 D | component.h | 650 Dimension marginBottom_; member in OHOS::ACELite::Component
|
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/ |
H A D | ui_test_border_margin_padding.cpp | 510 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 D | bubble_layout_algorithm.cpp | 613 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 D | bubble_layout_algorithm.h | 281 float marginBottom_ = 0.0f; member in OHOS::Ace::NG::BubbleLayoutAlgorithm
|