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.java1219 final Drawable thumbDrawable = mThumbDrawable; in onDraw() local
1221 if (mSplitTrack && thumbDrawable != null) { in onDraw()
1222 final Rect insets = DrawableUtils.getOpticalBounds(thumbDrawable); in onDraw()
1223 thumbDrawable.copyBounds(padding); in onDraw()
1238 if (thumbDrawable != null) { in onDraw()
1239 thumbDrawable.draw(canvas); in onDraw()
1251 if (thumbDrawable != null) { in onDraw()
1252 final Rect bounds = thumbDrawable.getBounds(); in onDraw()
1342 final Drawable thumbDrawable = mThumbDrawable; in drawableStateChanged() local
1343 if (thumbDrawable != null && thumbDrawable.isStateful()) { in drawableStateChanged()
[all …]
/frameworks/base/core/java/android/widget/
DSwitch.java1223 final Drawable thumbDrawable = mThumbDrawable; in onDraw() local
1225 if (mSplitTrack && thumbDrawable != null) { in onDraw()
1226 final Insets insets = thumbDrawable.getOpticalInsets(); in onDraw()
1227 thumbDrawable.copyBounds(padding); in onDraw()
1242 if (thumbDrawable != null) { in onDraw()
1243 thumbDrawable.draw(canvas); in onDraw()
1255 if (thumbDrawable != null) { in onDraw()
1256 final Rect bounds = thumbDrawable.getBounds(); in onDraw()
1346 final Drawable thumbDrawable = mThumbDrawable; in drawableStateChanged() local
1347 if (thumbDrawable != null && thumbDrawable.isStateful()) { in drawableStateChanged()
[all …]
DAbsSeekBar.java665 final Drawable thumbDrawable = mThumb;
666 if (thumbDrawable != null && mSplitTrack) {
667 final Insets insets = thumbDrawable.getOpticalInsets();
669 thumbDrawable.copyBounds(tempRect);