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