Home
last modified time | relevance | path

Searched refs:thumbDrawable (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java1211 final Drawable thumbDrawable = mThumbDrawable; in onDraw() local
1213 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() local
1335 if (thumbDrawable != null && thumbDrawable.isStateful()) { in drawableStateChanged()
[all …]
/frameworks/base/core/java/android/widget/
DSwitch.java1227 final Drawable thumbDrawable = mThumbDrawable; in onDraw() local
1229 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() local
1351 if (thumbDrawable != null && thumbDrawable.isStateful()) { in drawableStateChanged()
[all …]
DAbsSeekBar.java684 final Drawable thumbDrawable = mThumb;
685 if (thumbDrawable != null && mSplitTrack) {
686 final Insets insets = thumbDrawable.getOpticalInsets();
688 thumbDrawable.copyBounds(tempRect);