Searched refs:allWeights (Results 1 – 1 of 1) sorted by relevance
258 final float allWeights = mTotalWeights.get(mTotalWeights.size() - 1); in getFractionWithWeightAdjusted() local259 fraction = fraction * mWeights.get(markerValueIndex - 1) / allWeights; in getFractionWithWeightAdjusted()261 fraction += mTotalWeights.get(markerValueIndex - 2) / allWeights; in getFractionWithWeightAdjusted()265 final float allWeights = mMarkerValues.size() - 1; in getFractionWithWeightAdjusted() local266 fraction = fraction / allWeights; in getFractionWithWeightAdjusted()268 fraction += (float) (markerValueIndex - 1) / allWeights; in getFractionWithWeightAdjusted()