Searched refs:thumbDrawable (Results 1 – 3 of 3) sorted by relevance
1211 final Drawable thumbDrawable = mThumbDrawable; in onDraw() local1213 if (mSplitTrack && thumbDrawable != null) { in onDraw()1214 final Rect insets = DrawableUtils.getOpticalBounds(thumbDrawable); in onDraw()1215 thumbDrawable.copyBounds(padding); in onDraw()1230 if (thumbDrawable != null) { in onDraw()1231 thumbDrawable.draw(canvas); in onDraw()1243 if (thumbDrawable != null) { in onDraw()1244 final Rect bounds = thumbDrawable.getBounds(); in onDraw()1334 final Drawable thumbDrawable = mThumbDrawable; in drawableStateChanged() local1335 if (thumbDrawable != null && thumbDrawable.isStateful()) { in drawableStateChanged()[all …]
1227 final Drawable thumbDrawable = mThumbDrawable; in onDraw() local1229 if (mSplitTrack && thumbDrawable != null) { in onDraw()1230 final Insets insets = thumbDrawable.getOpticalInsets(); in onDraw()1231 thumbDrawable.copyBounds(padding); in onDraw()1246 if (thumbDrawable != null) { in onDraw()1247 thumbDrawable.draw(canvas); in onDraw()1259 if (thumbDrawable != null) { in onDraw()1260 final Rect bounds = thumbDrawable.getBounds(); in onDraw()1350 final Drawable thumbDrawable = mThumbDrawable; in drawableStateChanged() local1351 if (thumbDrawable != null && thumbDrawable.isStateful()) { in drawableStateChanged()[all …]
684 final Drawable thumbDrawable = mThumb;685 if (thumbDrawable != null && mSplitTrack) {686 final Insets insets = thumbDrawable.getOpticalInsets();688 thumbDrawable.copyBounds(tempRect);