HomeSort by relevance Sort by last modified time
    Searched refs:highScore (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 421 float highScore = -1;
443 if (hueScoreHistogram[hue] > highScore) {
444 highScore = hueScoreHistogram[hue];
452 highScore = -1;
470 if (newTotal > highScore) {
471 highScore = newTotal;
  /external/chromium_org/chrome/renderer/resources/
offline.js     [all...]

Completed in 81 milliseconds