Searched refs:bottomMost (Results 1 – 1 of 1) sorted by relevance
1108 int bottomMost = Integer.MIN_VALUE; in getNextColumnUp() local1113 if (top > bottomMost) { in getNextColumnUp()1114 bottomMost = top; in getNextColumnUp()1138 int bottomMost = Integer.MIN_VALUE; in getNextRecordUp() local1149 if (top > bottomMost) { in getNextRecordUp()1150 bottomMost = top; in getNextRecordUp()1158 rec.setMarginBelow(i, mItemTops[i + targetCol] - bottomMost); in getNextRecordUp()