Searched defs:mThumb (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java33 private Drawable mThumb; field in class:AbsSeekBar
102 if (mThumb != null && thumb != mThumb) {
103 mThumb.setCallback(null);
121 (thumb.getIntrinsicWidth() != mThumb.getIntrinsicWidth()
122 || thumb.getIntrinsicHeight() != mThumb.getIntrinsicHeight())) {
126 mThumb = thumb;
146 return mThumb;
202 return who == mThumb || super.verifyDrawable(who);
208 if (mThumb !
[all...]

Completed in 127 milliseconds