Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsSeekBar.java278 int thumbPos = (int) (scale * available);
291 thumb.setBounds(thumbPos, topBound, thumbPos + thumbWidth, bottomBound);
DSwitch.java580 final int thumbPos = (int) (mThumbPosition + 0.5f); in onDraw() local
581 int thumbLeft = switchInnerLeft - mTempRect.left + thumbPos; in onDraw()
582 int thumbRight = switchInnerLeft + thumbPos + mThumbWidth + mTempRect.right; in onDraw()