Searched refs:targetBoxMaxX (Results 1 – 1 of 1) sorted by relevance
499 val targetBoxMaxX = (Math.round(thumbX) + halfHeight).toInt() in onDown() constant503 shouldGoToSeekBar = x >= targetBoxMinX && x <= targetBoxMaxX in onDown()