Home | History | Annotate | Download | only in launcher3

Lines Matching refs:oldTotal

543                     Float oldTotal = rgbScores.get(bucket);
544 float newTotal = oldTotal == null ? score : oldTotal + score;