Searched refs:thumbBottom (Results 1 – 2 of 2) sorted by relevance
628 final int thumbBottom = mSwitchBottom + mTouchSlop; in hitThumb() local629 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
912 final int thumbBottom = mSwitchBottom + mTouchSlop; in hitThumb() local913 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()