Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java1318 final Drawable thumbDrawable = mThumbDrawable; in onDraw() local
1320 if (mSplitTrack && thumbDrawable != null) { in onDraw()
1321 final Insets insets = thumbDrawable.getOpticalInsets(); in onDraw()
1322 thumbDrawable.copyBounds(padding); in onDraw()
1337 if (thumbDrawable != null) { in onDraw()
1338 thumbDrawable.draw(canvas); in onDraw()
1350 if (thumbDrawable != null) { in onDraw()
1351 final Rect bounds = thumbDrawable.getBounds(); in onDraw()
1441 final Drawable thumbDrawable = mThumbDrawable; in drawableStateChanged() local
1442 if (thumbDrawable != null && thumbDrawable.isStateful()) { in drawableStateChanged()
[all …]
DAbsSeekBar.java812 final Drawable thumbDrawable = mThumb;
813 if (thumbDrawable != null && mSplitTrack) {
814 final Insets insets = thumbDrawable.getOpticalInsets();
816 thumbDrawable.copyBounds(tempRect);