Searched refs:bottomSet (Results 1 – 1 of 1) sorted by relevance
1989 IntSet bottomSet = new IntSet(); in updateGridProperties() local2061 bottomSet.add(i); in updateGridProperties()2068 for (int j = i - 1; !bottomSet.contains(j) && j >= 0; j--) { in updateGridProperties()2116 if (bottomSet.contains(taskCount - 1)) { in updateGridProperties()