Searched refs:thumbPos (Results 1 – 2 of 2) sorted by relevance
278 int thumbPos = (int) (scale * available);291 thumb.setBounds(thumbPos, topBound, thumbPos + thumbWidth, bottomBound);
580 final int thumbPos = (int) (mThumbPosition + 0.5f); in onDraw() local581 int thumbLeft = switchInnerLeft - mTempRect.left + thumbPos; in onDraw()582 int thumbRight = switchInnerLeft + thumbPos + mThumbWidth + mTempRect.right; in onDraw()