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