Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h90 …GridItemIndexPosition(int32_t rowIndex, int32_t colIndex) : rowIndex_(rowIndex), colIndex_(colInde… in GridItemIndexPosition()
95 colIndex_ = r.colIndex_; in GridItemIndexPosition()
101 colIndex_ = r.colIndex_;
107 return (data.rowIndex_ == rowIndex_) && (data.colIndex_ == colIndex_);
115 int32_t colIndex_; variable