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