Searched refs:thumbDrawable (Results 1 – 2 of 2) sorted by relevance
1337 final Drawable thumbDrawable = mThumbDrawable; in onDraw() local1339 if (mSplitTrack && thumbDrawable != null) { in onDraw()1340 final Insets insets = thumbDrawable.getOpticalInsets(); in onDraw()1341 thumbDrawable.copyBounds(padding); in onDraw()1356 if (thumbDrawable != null) { in onDraw()1357 thumbDrawable.draw(canvas); in onDraw()1369 if (thumbDrawable != null) { in onDraw()1370 final Rect bounds = thumbDrawable.getBounds(); in onDraw()1460 final Drawable thumbDrawable = mThumbDrawable; in drawableStateChanged() local1461 if (thumbDrawable != null && thumbDrawable.isStateful()) { in drawableStateChanged()[all …]
812 final Drawable thumbDrawable = mThumb;813 if (thumbDrawable != null && mSplitTrack) {814 final Insets insets = thumbDrawable.getOpticalInsets();816 thumbDrawable.copyBounds(tempRect);