Searched defs:high (Results 1 – 2 of 2) sorted by relevance
42 "high": "-10", string47 "high": "-10", string52 "high": "-10", string
473 private static boolean boundsWithinRange(Pair<Integer, Integer> bounds, int low, int high) { in boundsWithinRange()