Home
last modified time | relevance | path

Searched refs:GetInlineBorderWidth (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_layout_algorithm.cpp161 auto safeBoundary = textFieldTheme->GetInlineBorderWidth().ConvertToPx() * 2; in InlineMeasureContent()
924 auto safeBoundary = textFieldTheme->GetInlineBorderWidth().ConvertToPx() * 2; in GetSuitableSize()
1153 auto safeBoundary = textFieldTheme->GetInlineBorderWidth().ConvertToPx() * 2; in BuildInlineFocusLayoutConstraint()
H A Dtext_field_pattern.cpp3985 auto safeBoundary = theme->GetInlineBorderWidth().ConvertToPx() * 2; in GetInlinePositionYAndHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h500 const Dimension& GetInlineBorderWidth() const in GetInlineBorderWidth() function