Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.h84 double GetPaddingBottom() const;
H A Ddialog_layout_algorithm.cpp834 std::max(maxSize.Height() - childSize.Height() - GetPaddingBottom(), 0.0)); in SetAlignmentSwitchLessThanAPITwelve()
846 double DialogLayoutAlgorithm::GetPaddingBottom() const in GetPaddingBottom() function in OHOS::Ace::NG::DialogLayoutAlgorithm
876 auto paddingBottom = static_cast<float>(GetPaddingBottom()); in AdjustChildPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp562 … frameRect.Height() - pattern->GetPaddingBottom() - counterGeometryNode->GetFrameRect().Height())); in HandleTextArea()
749 auto bottom = pattern->GetBorderBottom(border) + pattern->GetPaddingBottom(); in CalculateFrameSizeConstraint()
H A Dtext_field_pattern.h478 float GetPaddingBottom() const;
H A Dtext_field_pattern.cpp6171 auto paddingHeight = GetPaddingTop() + GetPaddingBottom(); in OnBackPressed()
8948 …frameRect_.Height() - GetPaddingTop() - GetPaddingBottom() - GetBorderTop(border) - GetBorderBotto… in OnBackPressed()
9010 float TextFieldPattern::GetPaddingBottom() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern