Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScrollBarDrawable.java43 private Drawable mVerticalThumb; field in ScrollBarDrawable
171 || (mVerticalThumb != null && mVerticalThumb.isStateful()) in isStateful()
183 if (mVerticalThumb != null) { in onStateChange()
184 changed |= mVerticalThumb.setState(state); in onStateChange()
214 if (mVerticalThumb != null) { in drawThumb()
215 final Drawable thumb = mVerticalThumb; in drawThumb()
241 if (mVerticalThumb != null) { in setVerticalThumbDrawable()
242 mVerticalThumb.setCallback(null); in setVerticalThumbDrawable()
246 mVerticalThumb = thumb; in setVerticalThumbDrawable()
260 return mVerticalThumb; in getVerticalThumbDrawable()
[all …]