Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DSwitchCompat.java168 private int mSwitchBottom; field in SwitchCompat
897 final int thumbBottom = mSwitchBottom + mTouchSlop; in hitThumb()
1124 mSwitchBottom = switchBottom; in onLayout()
1134 final int switchBottom = mSwitchBottom; in draw()
1206 final int switchBottom = mSwitchBottom; in onDraw()
/frameworks/base/core/java/android/widget/
DSwitch.java154 private int mSwitchBottom; field in Switch
922 final int thumbBottom = mSwitchBottom + mTouchSlop; in hitThumb()
1147 mSwitchBottom = switchBottom; in onLayout()
1157 final int switchBottom = mSwitchBottom; in draw()
1228 final int switchBottom = mSwitchBottom; in onDraw()