Searched refs:thumbRight (Results 1 – 1 of 1) sorted by relevance
1012 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local1015 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()1307 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right; in draw() local1308 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()1312 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()