Searched refs:thumbRight (Results 1 – 1 of 1) sorted by relevance
397 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local400 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()582 int thumbRight = switchInnerLeft + thumbPos + mThumbWidth + mTempRect.right; in onDraw() local584 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in onDraw()596 canvas.translate((thumbLeft + thumbRight) / 2 - switchText.getWidth() / 2, in onDraw()