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