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