Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dselect_modifier.cpp442 int32_t heightIndex = 1; in SetSelectSize() local
451 …if (*(unit + heightIndex) == static_cast<int8_t>(DimensionUnit::CALC) && *(calc + heightIndex) != … in SetSelectSize()
452 ViewAbstract::SetHeight(frameNode, CalcLength(std::string(*(calc + heightIndex)))); in SetSelectSize()
455 …frameNode, CalcLength(*(number + heightIndex), static_cast<DimensionUnit>(*(unit + heightIndex)))); in SetSelectSize()
Dnode_common_modifier.cpp2312 int heightIndex = 1; in SetSize() local
2321 …if (*(unit + heightIndex) == static_cast<int8_t>(DimensionUnit::CALC) && *(calc + heightIndex) != … in SetSize()
2322 ViewAbstract::SetHeight(frameNode, CalcLength(std::string(*(calc + heightIndex)))); in SetSize()
2325 …frameNode, CalcLength(*(number + heightIndex), static_cast<DimensionUnit>(*(unit + heightIndex)))); in SetSize()
Dcommon_modifier.cpp2292 int widthIndex = 0, heightIndex = 1; in SetSize() local
2301 …if (*(unit + heightIndex) == static_cast<int8_t>(DimensionUnit::CALC) && *(calc + heightIndex) != … in SetSize()
2302 ViewAbstract::SetHeight(frameNode, CalcLength(std::string(*(calc + heightIndex)))); in SetSize()
2305 …frameNode, CalcLength(*(number + heightIndex), static_cast<DimensionUnit>(*(unit + heightIndex)))); in SetSize()