Searched refs:thumbTop (Results 1 – 2 of 2) sorted by relevance
1002 final int thumbTop = mSwitchTop - mTouchSlop; in hitThumb() local1007 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
6814 final int thumbTop = bounds.top + thumbOffset;6817 && y >= thumbTop - adjust && y <= thumbTop + thumbLength + adjust) {