Searched refs:switchBottom (Results 1 – 1 of 1) sorted by relevance
1305 final int switchBottom; in onLayout() local1310 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() local1359 int trackBottom = switchBottom; in draw()1383 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()1387 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()[all …]