Searched refs:thumbRight (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SwitchCompat.java | 894 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local 897 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb() 1178 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right; in draw() local 1179 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw() 1184 thumbRight, switchBottom); in draw()
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 915 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local 918 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb() 1197 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right; in draw() local 1198 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw() 1202 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
|