Searched refs:mSwitchWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSwitch.java108 private int mSwitchWidth; field in class:Switch
656 mSwitchWidth = switchWidth;
890 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
893 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
1057 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
1069 int padding = super.getCompoundPaddingRight() + mSwitchWidth;
1104 return mSwitchWidth - mThumbWidth - padding.left - padding.right
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java112 private int mSwitchWidth; field in class:SwitchCompat
543 mSwitchWidth = switchWidth;
785 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight;
788 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight;
920 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
932 int padding = super.getCompoundPaddingRight() + mSwitchWidth;
959 return mSwitchWidth - mThumbWidth - padding.left - padding.right;

Completed in 27 milliseconds