Home | History | Annotate | Download | only in widget

Lines Matching defs:totalWeight

1745             float totalWeight = 0;
1754 totalWeight += weight;
1762 int delta = Math.round((weight * totalDelta / totalWeight));
1766 totalWeight -= weight;