Searched refs:mSwitchHeight (Results 1 – 3 of 3) sorted by relevance
150 private int mSwitchHeight; field in SwitchCompat850 mSwitchHeight = switchHeight; in onMeasure()1107 switchBottom = switchTop + mSwitchHeight; in onLayout()1112 mSwitchHeight / 2; in onLayout()1113 switchBottom = switchTop + mSwitchHeight; in onLayout()1118 switchTop = switchBottom - mSwitchHeight; in onLayout()
136 private int mSwitchHeight; field in Switch873 mSwitchHeight = switchHeight; in onMeasure()1130 switchBottom = switchTop + mSwitchHeight; in onLayout()1135 mSwitchHeight / 2; in onLayout()1136 switchBottom = switchTop + mSwitchHeight; in onLayout()1141 switchTop = switchBottom - mSwitchHeight; in onLayout()
7259 Landroid/widget/Switch;->mSwitchHeight:I