Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java1305 final int switchBottom; in onLayout() local
1310 switchBottom = switchTop + mSwitchHeight; in onLayout()
1316 switchBottom = switchTop + mSwitchHeight; in onLayout()
1320 switchBottom = getHeight() - getPaddingBottom(); in onLayout()
1321 switchTop = switchBottom - mSwitchHeight; in onLayout()
1327 mSwitchBottom = switchBottom; in onLayout()
1337 final int switchBottom = mSwitchBottom; in draw() local
1359 int trackBottom = switchBottom; in draw()
1383 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
1387 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()
[all …]