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