Searched refs:mSwitchHeight (Results 1 – 2 of 2) sorted by relevance
151 private int mSwitchHeight; field in SwitchCompat851 mSwitchHeight = switchHeight; in onMeasure()1108 switchBottom = switchTop + mSwitchHeight; in onLayout()1113 mSwitchHeight / 2; in onLayout()1114 switchBottom = switchTop + mSwitchHeight; in onLayout()1119 switchTop = switchBottom - mSwitchHeight; in onLayout()
134 private int mSwitchHeight; field in Switch869 mSwitchHeight = switchHeight; in onMeasure()1125 switchBottom = switchTop + mSwitchHeight; in onLayout()1130 mSwitchHeight / 2; in onLayout()1131 switchBottom = switchTop + mSwitchHeight; in onLayout()1136 switchTop = switchBottom - mSwitchHeight; in onLayout()