Searched refs:dropPercentInt (Results 1 – 1 of 1) sorted by relevance
1460 int[] dropPercentInt = new int[Integer.bitCount(FLEXIBLE_CONSTRAINTS)]; in parsePercentToDropString() local1461 if (dropPercentInt.length != dropPercentString.length) { in parsePercentToDropString()1467 dropPercentInt[i] = in parsePercentToDropString()1473 if (dropPercentInt[i] < prevPercent) { in parsePercentToDropString()1477 if (dropPercentInt[i] > 100) { in parsePercentToDropString()1481 prevPercent = dropPercentInt[i]; in parsePercentToDropString()1484 return dropPercentInt; in parsePercentToDropString()