Searched refs:thumbRight (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SwitchCompat.java | 886 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local 889 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb() 1188 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right; in draw() local 1189 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw() 1194 thumbRight, switchBottom); in draw()
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 911 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local 914 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb() 1193 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right; in draw() local 1194 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw() 1198 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
|