Searched refs:thumbTop (Results 1 – 3 of 3) sorted by relevance
892 final int thumbTop = mSwitchTop - mTouchSlop; in hitThumb() local897 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
913 final int thumbTop = mSwitchTop - mTouchSlop; in hitThumb() local918 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
5902 final int thumbTop = bounds.top + thumbOffset;5905 && y >= thumbTop - adjust && y <= thumbTop + thumbLength + adjust) {