Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp222 void FlexLayout::GetCrossAxisPosY(int16_t& posY, uint16_t& count, uint16_t* rowsMaxHeight, UIView* child) in GetCrossAxisPosY() argument
224 if ((rowsMaxHeight == nullptr) || (child == nullptr)) { in GetCrossAxisPosY()
235 offset += rowsMaxHeight[i]; in GetCrossAxisPosY()
240 offset += rowsMaxHeight[i]; in GetCrossAxisPosY()
245 offset += rowsMaxHeight[i]; in GetCrossAxisPosY()
247 offset = (rowsMaxHeight[0] - offset) / 2; // 2: half in GetCrossAxisPosY()
249 offset += (rowsMaxHeight[i - 1] + rowsMaxHeight[i]) / 2; // 2: half in GetCrossAxisPosY()
266 uint16_t* rowsMaxHeight = maxHeightsBuf; in LayoutHorizontal() local
274 rowsMaxHeight in LayoutHorizontal()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h132 void GetCrossAxisPosY(int16_t& posY, uint16_t& count, uint16_t* rowsMaxHeight, UIView* child);

Completed in 2 milliseconds