Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp451 int32_t heightIndex = 1; in SetSelectSize() local
460 …if (*(unit + heightIndex) == static_cast<int8_t>(DimensionUnit::CALC) && *(calc + heightIndex) != … in SetSelectSize()
461 ViewAbstract::SetHeight(frameNode, CalcLength(std::string(*(calc + heightIndex)))); in SetSelectSize()
464 …frameNode, CalcLength(*(number + heightIndex), static_cast<DimensionUnit>(*(unit + heightIndex)))); in SetSelectSize()
H A Dnode_common_modifier.cpp3026 int heightIndex = 1; in SetSize() local
3035 …if (*(unit + heightIndex) == static_cast<int8_t>(DimensionUnit::CALC) && *(calc + heightIndex) != … in SetSize()
3036 ViewAbstract::SetHeight(frameNode, CalcLength(std::string(*(calc + heightIndex)))); in SetSize()
3039 …frameNode, CalcLength(*(number + heightIndex), static_cast<DimensionUnit>(*(unit + heightIndex)))); in SetSize()