Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java628 final int thumbBottom = mSwitchBottom + mTouchSlop; in hitThumb() local
629 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
/frameworks/base/core/java/android/widget/
DSwitch.java912 final int thumbBottom = mSwitchBottom + mTouchSlop; in hitThumb() local
913 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()