Home
last modified time | relevance | path

Searched refs:thumbRight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DSwitch.java1004 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local
1007 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
1288 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right; in draw() local
1289 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
1293 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()