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