Searched refs:switchBottom (Results 1 – 1 of 1) sorted by relevance
531 int switchBottom = 0; in onLayout() local536 switchBottom = switchTop + mSwitchHeight; in onLayout()542 switchBottom = switchTop + mSwitchHeight; in onLayout()546 switchBottom = getHeight() - getPaddingBottom(); in onLayout()547 switchTop = switchBottom - mSwitchHeight; in onLayout()553 mSwitchBottom = switchBottom; in onLayout()565 int switchBottom = mSwitchBottom; in onDraw() local567 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom); in onDraw()576 int switchInnerBottom = switchBottom - mTempRect.bottom; in onDraw()577 canvas.clipRect(switchInnerLeft, switchTop, switchInnerRight, switchBottom); in onDraw()[all …]