Searched refs:thumbRight (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SwitchCompat.java | 626 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local 629 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb() 906 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right; in draw() local 907 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw() 912 thumbRight, switchBottom); in draw()
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 910 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local 913 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb() 1192 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right; in draw() local 1193 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw() 1197 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
|