Searched refs:nextCol (Results 1 – 1 of 1) sorted by relevance
889 int nextCol = getNextColumnUp(); in fillUp() local892 while (nextCol >= 0 && mItemTops[nextCol] > fillTo && position >= 0) { in fillUp()911 nextCol = rec.column; in fillUp()920 rec.column = nextCol; in fillUp()924 rec.column = nextCol; in fillUp()927 nextCol = rec.column; in fillUp()936 lp.column = nextCol; in fillUp()954 int highest = mItemTops[nextCol]; in fillUp()955 for (int i = nextCol + 1; i < nextCol + span; i++) { in fillUp()963 startFrom = mItemTops[nextCol]; in fillUp()[all …]