Home
last modified time | relevance | path

Searched refs:GetBorderBottom (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h499 float GetBorderBottom(BorderWidthProperty border) const;
H A Dtext_field_layout_algorithm.cpp749 auto bottom = pattern->GetBorderBottom(border) + pattern->GetPaddingBottom(); in CalculateFrameSizeConstraint()
H A Dtext_field_pattern.cpp8948 …_.Height() - GetPaddingTop() - GetPaddingBottom() - GetBorderTop(border) - GetBorderBottom(border); in OnBackPressed()
8958 GetBorderTop(border) + GetBorderBottom(border); in OnBackPressed()
8971 return result + GetBorderTop(border) + GetBorderBottom(border); in OnBackPressed()
9093 float TextFieldPattern::GetBorderBottom(BorderWidthProperty border) const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern