Searched refs:targetCol (Results 1 – 1 of 1) sorted by relevance
1137 int targetCol = -1; in getNextRecordUp() local1151 targetCol = i; in getNextRecordUp()1155 rec.column = targetCol; in getNextRecordUp()1158 rec.setMarginBelow(i, mItemTops[i + targetCol] - bottomMost); in getNextRecordUp()1193 int targetCol = -1; in getNextRecordDown() local1207 targetCol = i; in getNextRecordDown()1211 rec.column = targetCol; in getNextRecordDown()1214 rec.setMarginAbove(i, topMost - mItemBottoms[i + targetCol]); in getNextRecordDown()