Searched refs:topSet (Results 1 – 1 of 1) sorted by relevance
1988 IntSet topSet = new IntSet(); in updateGridProperties() local2042 topSet.add(i); in updateGridProperties()2049 for (int j = i - 1; !topSet.contains(j) && j >= 0; j--) { in updateGridProperties()2105 float clearAllAccumulatedTranslation = topSet.contains(taskCount - 1) in updateGridProperties()2112 if (topSet.contains(taskCount - 1)) { in updateGridProperties()