208209210211212213214215216217218219220221
if (max - min < 2) { return; } int idx = (min + max) >> 1; Slider s = s_m.getSlider(idx); if (s.canMove()) { int old_pos = s.getPosition(); int new_pos = nvg.getNearestValue(gdo, old_pos, s); int index_current = -1; do {