Home
last modified time | relevance | path

Searched refs:thumbLeft (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DSwitch.java1076 final int thumbLeft = mSwitchLeft + thumbOffset - mTouchSlop; in hitThumb() local
1077 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb()
1080 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
1371 final int thumbLeft = thumbInitialLeft - padding.left; in draw() local
1373 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
1377 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java7016 final int thumbLeft = bounds.left + thumbOffset;
7018 if (x >= thumbLeft - adjust && x <= thumbLeft + thumbLength + adjust