Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp938 auto textFieldPadding = theme->GetPadding(); in ResetTextAreaPadding() local
940 paddings.top = NG::CalcLength(textFieldPadding.Top()); in ResetTextAreaPadding()
941 paddings.bottom = NG::CalcLength(textFieldPadding.Bottom()); in ResetTextAreaPadding()
942 paddings.left = NG::CalcLength(textFieldPadding.Left()); in ResetTextAreaPadding()
943 paddings.right = NG::CalcLength(textFieldPadding.Right()); in ResetTextAreaPadding()