Searched refs:colIndex_ (Results 1 – 1 of 1) sorted by relevance
90 …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