Searched refs:rowIdx (Results 1 – 1 of 1) sorted by relevance
589 int rowIdx = absoluteY / (mSlotHeight + mSlotGap); in getSlotIndexByPosition() local595 if (WIDE && rowIdx >= mUnitCount) { in getSlotIndexByPosition()608 ? (columnIdx * mUnitCount + rowIdx) in getSlotIndexByPosition()609 : (rowIdx * mUnitCount + columnIdx); in getSlotIndexByPosition()