Searched refs:thresh (Results 1 – 2 of 2) sorted by relevance
264 var thresh: Int268 thresh = colorLevels[i]270 if (level <= thresh) {
280 int thresh, color = 0; in getColorForLevel() local282 thresh = mColors[i]; in getColorForLevel()284 if (percent <= thresh) { in getColorForLevel()