Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java1085 final int thumbTop = mSwitchTop - mTouchSlop; in hitThumb() local
1090 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
/frameworks/base/core/java/android/view/
DView.java7561 final int thumbTop = bounds.top + thumbOffset;
7564 && y >= thumbTop - adjust && y <= thumbTop + thumbLength + adjust) {