Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h290 float CalcDecoratorHeight(const RefPtr<FrameNode>& decoratorNode);
H A Dtext_field_pattern.cpp339 … auto errorHeight = CalcDecoratorHeight(errorTextNode) + ERROR_TEXT_TOP_MARGIN.ConvertToPx() + in CreateNodePaintMethod()
355 … auto errorHeight = CalcDecoratorHeight(errorTextNode) + ERROR_TEXT_TOP_MARGIN.ConvertToPx() + in CreateNodePaintMethod()
6336 float TextFieldPattern::CalcDecoratorHeight(const RefPtr<FrameNode>& decoratorNode) in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern