Searched refs:columnStart (Results 1 – 1 of 1) sorted by relevance
1644 int columnStart = in updateSelection() local1646 assert(columnStart >= 0); in updateSelection()1647 int columnEnd = columnStart; in updateSelection()1649 for (int i = columnStart; i < mColumnBounds.size() in updateSelection()1666 updateSelection(columnStart, columnEnd, rowStart, rowEnd); in updateSelection()