public interface ShowTrackDrawable
Drawable that has a track.| Modifier and Type | Method and Description |
|---|---|
boolean |
getShowTrack()
Get whether this drawable is showing a track.
|
void |
setShowTrack(boolean showTrack)
Set whether this drawable should show a track.
|
boolean getShowTrack()
true.void setShowTrack(boolean showTrack)
true.showTrack - Whether track should be shown.