Searched refs:decoratorNode (Results 1 – 2 of 2) sorted by relevance
289 float CalcDecoratorWidth(const RefPtr<FrameNode>& decoratorNode);290 float CalcDecoratorHeight(const RefPtr<FrameNode>& decoratorNode);
6320 float TextFieldPattern::CalcDecoratorWidth(const RefPtr<FrameNode>& decoratorNode) in OnBackPressed() argument6323 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() argument6338 CHECK_NULL_RETURN(decoratorNode, 0.0f); in OnBackPressed()6339 auto geometryNode = decoratorNode->GetGeometryNode(); in OnBackPressed()