Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.cpp393 auto heightInfo = info[0]; in SetHeight() local
394 if (heightInfo->IsString() && heightInfo->ToString().empty()) { in SetHeight()
397 if (heightInfo->IsString() && heightInfo->ToString() == "auto") { in SetHeight()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp474 std::optional<CalcDimension> heightInfo; in SetButtonSize() local
481 heightInfo = CalcDimension(StringUtils::StringToDouble(heightValueStr), (DimensionUnit)heightUnit); in SetButtonSize()
485 ButtonModelNG::SetSize(frameNode, widthInfo, heightInfo); in SetButtonSize()

Completed in 4 milliseconds