Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScrollBarDrawable.java163 final Rect thumbRect = mTempBounds; in drawThumb() local
167 thumbRect.set(bounds.left, bounds.top + offset, in drawThumb()
170 thumbRect.set(bounds.left + offset, bounds.top, in drawThumb()
177 if (changed) thumb.setBounds(thumbRect); in drawThumb()
181 if (changed) thumb.setBounds(thumbRect); in drawThumb()