Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java531 int switchBottom = 0; in onLayout() local
536 switchBottom = switchTop + mSwitchHeight; in onLayout()
542 switchBottom = switchTop + mSwitchHeight; in onLayout()
546 switchBottom = getHeight() - getPaddingBottom(); in onLayout()
547 switchTop = switchBottom - mSwitchHeight; in onLayout()
553 mSwitchBottom = switchBottom; in onLayout()
565 int switchBottom = mSwitchBottom; in onDraw() local
567 mTrackDrawable.setBounds(switchLeft, switchTop, switchRight, switchBottom); in onDraw()
576 int switchInnerBottom = switchBottom - mTempRect.bottom; in onDraw()
577 canvas.clipRect(switchInnerLeft, switchTop, switchInnerRight, switchBottom); in onDraw()
[all …]