Home
last modified time | relevance | path

Searched refs:switchRight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DSwitch.java528 int switchRight = getWidth() - getPaddingRight(); in onLayout() local
529 int switchLeft = switchRight - mSwitchWidth; in onLayout()
554 mSwitchRight = switchRight; in onLayout()
564 int switchRight = mSwitchRight; in onDraw() local
567 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom); in onDraw()
575 int switchInnerRight = switchRight - mTempRect.right; in onDraw()