Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java1211 final int switchBottom; in onLayout() local
1216 switchBottom = switchTop + mSwitchHeight; in onLayout()
1222 switchBottom = switchTop + mSwitchHeight; in onLayout()
1226 switchBottom = getHeight() - getPaddingBottom(); in onLayout()
1227 switchTop = switchBottom - mSwitchHeight; in onLayout()
1233 mSwitchBottom = switchBottom; in onLayout()
1243 final int switchBottom = mSwitchBottom; in draw() local
1265 int trackBottom = switchBottom; in draw()
1289 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
1293 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
[all …]