Home
last modified time | relevance | path

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

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