Home
last modified time | relevance | path

Searched defs:optionWidth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp382 Dimension optionWidth = Dimension(value, static_cast<DimensionUnit>(unit)); in SetSelectOptionWidth() local
391 Dimension optionWidth; in ResetSelectOptionWidth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp228 auto optionWidth = selectWidth - OPTION_MARGIN.ConvertToPx(); in UpdateOptionsWidth() local
965 … std::string optionWidth = std::to_string(optionPaintProperty->GetSelectModifiedWidthValue(0.0f)); in ToJsonValue() local
1324 auto optionWidth = value.ConvertToPx(); in SetOptionWidth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js18045 optionWidth(value) { method in ArkSelectComponent