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