Searched refs:GetPaddingBottom (Results 1 – 5 of 5) sorted by relevance
84 double GetPaddingBottom() const;
834 std::max(maxSize.Height() - childSize.Height() - GetPaddingBottom(), 0.0)); in SetAlignmentSwitchLessThanAPITwelve()846 double DialogLayoutAlgorithm::GetPaddingBottom() const in GetPaddingBottom() function in OHOS::Ace::NG::DialogLayoutAlgorithm876 auto paddingBottom = static_cast<float>(GetPaddingBottom()); in AdjustChildPosition()
562 … frameRect.Height() - pattern->GetPaddingBottom() - counterGeometryNode->GetFrameRect().Height())); in HandleTextArea()749 auto bottom = pattern->GetBorderBottom(border) + pattern->GetPaddingBottom(); in CalculateFrameSizeConstraint()
478 float GetPaddingBottom() const;
6171 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