Searched refs:endCol (Results 1 – 1 of 1) sorted by relevance
536 int endCol = (position + mWidth + mSlotWidth + mSlotGap - 1) / in updateVisibleSlotRange() local538 int end = Math.min(mSlotCount, mUnitCount * endCol); in updateVisibleSlotRange()