Home
last modified time | relevance | path

Searched refs:bottomBorderWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.cpp142 double bottomBorderWidth = NormalizeToPx(border.Bottom().GetWidth()); in InitRect() local
145 double searchInnerHeight = searchHeight - topBorderWidth - bottomBorderWidth; in InitRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp9095 auto bottomBorderWidth = border.bottomDimen.value_or(Dimension(0.0f)); in OnBackPressed() local
9097 if (bottomBorderWidth.Unit() == DimensionUnit::PERCENT && percentReferenceWidth > 0) { in OnBackPressed()
9098 return bottomBorderWidth.Value() * percentReferenceWidth; in OnBackPressed()
9100 return bottomBorderWidth.ConvertToPx(); in OnBackPressed()