Home | History | Annotate | Download | only in widget

Lines Matching defs:totalWeight

662         float totalWeight = 0;
697 totalWeight += lp.weight;
724 totalWeight == 0 ? mTotalLength : 0);
835 if (skippedMeasure || delta != 0 && totalWeight > 0.0f) {
836 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;
993 float totalWeight = 0;
1042 totalWeight += lp.weight;
1084 totalWeight == 0 ? mTotalLength : 0,
1217 if (skippedMeasure || delta != 0 && totalWeight > 0.0f) {
1218 float weightSum = mWeightSum > 0.0f ? mWeightSum : totalWeight;