Searched refs:switchRight (Results 1 – 1 of 1) sorted by relevance
528 int switchRight = getWidth() - getPaddingRight(); in onLayout() local529 int switchLeft = switchRight - mSwitchWidth; in onLayout()554 mSwitchRight = switchRight; in onLayout()564 int switchRight = mSwitchRight; in onDraw() local567 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom); in onDraw()575 int switchInnerRight = switchRight - mTempRect.right; in onDraw()