Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java1003 final int thumbLeft = mSwitchLeft + thumbOffset - mTouchSlop; in hitThumb() local
1004 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb()
1007 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
1287 final int thumbLeft = thumbInitialLeft - padding.left; in draw() local
1289 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
1293 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
/frameworks/base/core/java/android/view/
DView.java6719 final int thumbLeft = bounds.left + thumbOffset;
6721 if (x >= thumbLeft - adjust && x <= thumbLeft + thumbLength + adjust