Home
last modified time | relevance | path

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

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