Searched refs:thumbLeft (Results 1 – 2 of 2) sorted by relevance
1086 final int thumbLeft = mSwitchLeft + thumbOffset - mTouchSlop; in hitThumb() local1087 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb()1090 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()1381 final int thumbLeft = thumbInitialLeft - padding.left; in draw() local1383 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()1387 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
7589 final int thumbLeft = bounds.left + thumbOffset;7591 if (x >= thumbLeft - adjust && x <= thumbLeft + thumbLength + adjust