Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DSwitchCompat.java895 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local
898 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
1179 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right; in draw() local
1180 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
1185 thumbRight, switchBottom); in draw()
/frameworks/base/core/java/android/widget/
DSwitch.java920 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local
923 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
1202 final int thumbRight = thumbInitialLeft + mThumbWidth + padding.right; in draw() local
1203 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
1207 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()