Home | History | Annotate | Download | only in widget

Lines Matching defs:mSwitchHeight

114     private int mSwitchHeight;
657 mSwitchHeight = switchHeight;
902 switchBottom = switchTop + mSwitchHeight;
907 mSwitchHeight / 2;
908 switchBottom = switchTop + mSwitchHeight;
913 switchTop = switchBottom - mSwitchHeight;