Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h123 void GetRowMaxHeight(uint16_t size, uint16_t* maxRosHegiht);
/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp149 void FlexLayout::GetRowMaxHeight(uint16_t size, uint16_t* maxRosHegiht) in GetRowMaxHeight() argument
160 if ((maxRosHegiht == nullptr) || (size > rowCount_)) { in GetRowMaxHeight()
173 maxRosHegiht[i] = height; in GetRowMaxHeight()
178 maxRosHegiht[i] = height; in GetRowMaxHeight()

Completed in 2 milliseconds