Searched refs:thumbDrawable (Results 1 – 2 of 2) sorted by relevance
1412 final Drawable thumbDrawable = mThumbDrawable; in onDraw() local1414 if (mSplitTrack && thumbDrawable != null) { in onDraw()1415 final Insets insets = thumbDrawable.getOpticalInsets(); in onDraw()1416 thumbDrawable.copyBounds(padding); in onDraw()1431 if (thumbDrawable != null) { in onDraw()1432 thumbDrawable.draw(canvas); in onDraw()1444 if (thumbDrawable != null) { in onDraw()1445 final Rect bounds = thumbDrawable.getBounds(); in onDraw()1535 final Drawable thumbDrawable = mThumbDrawable; in drawableStateChanged() local1536 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);