Searched refs:switchTop (Results 1 – 1 of 1) sorted by relevance
1304 final int switchTop; in onLayout() local1309 switchTop = getPaddingTop(); in onLayout()1310 switchBottom = switchTop + mSwitchHeight; in onLayout()1316 switchBottom = switchTop + mSwitchHeight; in onLayout()1321 switchTop = switchBottom - mSwitchHeight; in onLayout()1326 mSwitchTop = switchTop; in onLayout()1335 final int switchTop = mSwitchTop; in draw() local1357 int trackTop = switchTop; in draw()1383 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw()1407 final int switchTop = mSwitchTop; in onDraw() local[all …]