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