Searched refs:thumbDrawable (Results 1 – 3 of 3) sorted by relevance
1402 final Drawable thumbDrawable = mThumbDrawable; in onDraw() local1404 if (mSplitTrack && thumbDrawable != null) { in onDraw()1405 final Insets insets = thumbDrawable.getOpticalInsets(); in onDraw()1406 thumbDrawable.copyBounds(padding); in onDraw()1421 if (thumbDrawable != null) { in onDraw()1422 thumbDrawable.draw(canvas); in onDraw()1434 if (thumbDrawable != null) { in onDraw()1435 final Rect bounds = thumbDrawable.getBounds(); in onDraw()1525 final Drawable thumbDrawable = mThumbDrawable; in drawableStateChanged() local1526 if (thumbDrawable != null && thumbDrawable.isStateful()) { in drawableStateChanged()[all …]
820 final Drawable thumbDrawable = mThumb;821 if (thumbDrawable != null && mSplitTrack) {822 final Insets insets = thumbDrawable.getOpticalInsets();824 thumbDrawable.copyBounds(tempRect);
778 LayerDrawable thumbDrawable = (LayerDrawable) thumb; in setSeekBarColor() local779 Drawable thumbCenter = thumbDrawable.findDrawableByLayerId(R.id.thumb_center); in setSeekBarColor()782 thumbDrawable.setDrawableByLayerId(R.id.thumb_center, thumbCenter); in setSeekBarColor()