Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java397 final int thumbRight = thumbLeft + mThumbWidth + in hitThumb() local
400 return x > thumbLeft && x < thumbRight && y > thumbTop && y < thumbBottom; in hitThumb()
582 int thumbRight = switchInnerLeft + thumbPos + mThumbWidth + mTempRect.right; in onDraw() local
584 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in onDraw()
596 canvas.translate((thumbLeft + thumbRight) / 2 - switchText.getWidth() / 2, in onDraw()