Searched refs:newTotal (Results 1 – 2 of 2) sorted by relevance
116 float newTotal = oldTotal == null ? score : oldTotal + score; in findDominantColorByHue() local117 rgbScores.put(bucket, newTotal); in findDominantColorByHue()118 if (newTotal > highScore) { in findDominantColorByHue()119 highScore = newTotal; in findDominantColorByHue()
64 SparseArray<IoStatsEntry> newTotal = new SparseArray<>(); in update() local99 newTotal.append(uid, new IoStatsEntry(newRecord, newStats.runtimeMillis)); in update()102 newTotal.append(uid, oldRecord); in update()108 mTotal = newTotal; in update()