Searched refs:thresh (Results 1 – 3 of 3) sorted by relevance
262 var thresh: Int in <lambda>() variable266 thresh = colorLevels[i] in <lambda>()268 if (level <= thresh) { in <lambda>()
280 int thresh, color = 0; in getColorForLevel() local282 thresh = mColors[i]; in getColorForLevel()284 if (percent <= thresh) { in getColorForLevel()
222 final float thresh = Math.max(stackBounds.width(), stackBounds.height()) in findClosestSnapBounds() local224 if (distance < thresh) { in findClosestSnapBounds()