Home | History | Annotate | Download | only in launcher3

Lines Matching full:newtotal

544                     float newTotal = oldTotal == null ? score : oldTotal + score;
545 rgbScores.put(bucket, newTotal);
546 if (newTotal > highScore) {
547 highScore = newTotal;