Searched refs:topMost (Results 1 – 1 of 1) sorted by relevance
1170 int topMost = Integer.MAX_VALUE; in getNextColumnDown() local1175 if (bottom < topMost) { in getNextColumnDown()1176 topMost = bottom; in getNextColumnDown()1194 int topMost = Integer.MAX_VALUE; in getNextRecordDown() local1205 if (bottom < topMost) { in getNextRecordDown()1206 topMost = bottom; in getNextRecordDown()1214 rec.setMarginAbove(i, topMost - mItemBottoms[i + targetCol]); in getNextRecordDown()