Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp93 uint16_t* columnsChildNum) in GetColumnStartPos() argument
95 GetStartPos(GetHeight(), pos, interval, count, columnsHeight, columnsChildNum); in GetColumnStartPos()
383 if ((columnsHeight == nullptr) || (columnsChildNum == nullptr) || (columnNum > columnCount_)) { in GetColumnsHeight()
396 columnsChildNum[columnCount] = columnChildNum; in GetColumnsHeight()
403 columnsChildNum[columnCount] = columnChildNum; in GetColumnsHeight()
455 uint16_t* columnsChildNum = childsNumBuf; in LayoutVertical() local
463 columnsChildNum = new uint16_t[columnCount_](); in LayoutVertical()
467 GetColumnsHeight(columnCount_, columnsHeight, columnsChildNum); in LayoutVertical()
468 GetColumnStartPos(posY, interval, count, columnsHeight, columnsChildNum); in LayoutVertical()
479 GetColumnStartPos(posY, interval, ++count, columnsHeight, columnsChildNum); in LayoutVertical()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h129 void GetColumnsHeight(uint16_t columnNum, uint16_t* columnsHeight, uint16_t* columnsChildNum);
131 uint16_t* columnsHeight, uint16_t* columnsChildNum);