Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java1006 final int thumbBottom = mSwitchBottom + mTouchSlop; in hitThumb() local
1007 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()