Home
last modified time | relevance | path

Searched refs:thumbTop (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java892 final int thumbTop = mSwitchTop - mTouchSlop; in hitThumb() local
897 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
/frameworks/base/core/java/android/widget/
DSwitch.java913 final int thumbTop = mSwitchTop - mTouchSlop; in hitThumb() local
918 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
/frameworks/base/core/java/android/view/
DView.java5902 final int thumbTop = bounds.top + thumbOffset;
5905 && y >= thumbTop - adjust && y <= thumbTop + thumbLength + adjust) {