Searched refs:startCol (Results 1 – 1 of 1) sorted by relevance
534 int startCol = position / (mSlotWidth + mSlotGap); in updateVisibleSlotRange() local535 int start = Math.max(0, mUnitCount * startCol); in updateVisibleSlotRange()