Home
last modified time | relevance | path

Searched refs:decoratorNode (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.h289 float CalcDecoratorWidth(const RefPtr<FrameNode>& decoratorNode);
290 float CalcDecoratorHeight(const RefPtr<FrameNode>& decoratorNode);
H A Dtext_field_pattern.cpp6320 float TextFieldPattern::CalcDecoratorWidth(const RefPtr<FrameNode>& decoratorNode) in OnBackPressed() argument
6323 CHECK_NULL_RETURN(decoratorNode, 0.0f); in OnBackPressed()
6324 auto textPattern = decoratorNode->GetPattern<TextPattern>(); in OnBackPressed()
6336 float TextFieldPattern::CalcDecoratorHeight(const RefPtr<FrameNode>& decoratorNode) in OnBackPressed() argument
6338 CHECK_NULL_RETURN(decoratorNode, 0.0f); in OnBackPressed()
6339 auto geometryNode = decoratorNode->GetGeometryNode(); in OnBackPressed()