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