Home
last modified time | relevance | path

Searched refs:styleProps (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1015 NG::BorderStyleProperty styleProps; in GetBorderStyleProps() local
1034 styleProps.styleLeft = styleLeft; in GetBorderStyleProps()
1037 styleProps.styleRight = styleRight; in GetBorderStyleProps()
1040 styleProps.styleTop = styleTop; in GetBorderStyleProps()
1043 styleProps.styleBottom = styleBottom; in GetBorderStyleProps()
1045 styleProps.multiValued = true; in GetBorderStyleProps()
1046 return styleProps; in GetBorderStyleProps()
1050 styleProps = NG::BorderStyleProperty({ borderStyle, borderStyle, borderStyle, borderStyle }); in GetBorderStyleProps()
1051 return styleProps; in GetBorderStyleProps()

Completed in 5 milliseconds