getWidth method

int getWidth(
  1. int index
)

Implementation

int getWidth(int index) {
  return _data[index * _cellSize + _cellContent] >> CellContent.widthShift;
}