Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp141 constexpr Dimension ERROR_TEXT_TOP_MARGIN = 8.0_vp; variable
339 … auto errorHeight = CalcDecoratorHeight(errorTextNode) + ERROR_TEXT_TOP_MARGIN.ConvertToPx() + in CreateNodePaintMethod()
355 … auto errorHeight = CalcDecoratorHeight(errorTextNode) + ERROR_TEXT_TOP_MARGIN.ConvertToPx() + in CreateNodePaintMethod()
6418 auto errorTextMargin = ERROR_TEXT_TOP_MARGIN.ConvertToPx() + in OnBackPressed()