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