-
public final class TrackPositionUiModel.SeekProjection extends TrackPositionUiModel
-
-
Constructor Summary
Constructors Constructor Description TrackPositionUiModel.SeekProjection(Float percent, Duration duration, Duration position, Boolean shouldAnimate)
-
Method Summary
Modifier and Type Method Description BooleangetShowProgress()BooleangetIsLoading()final FloatgetPercent()final DurationgetDuration()final DurationgetPosition()BooleangetShouldAnimate()-
-
Method Detail
-
getShowProgress
Boolean getShowProgress()
-
getIsLoading
Boolean getIsLoading()
-
getPercent
final Float getPercent()
-
getDuration
final Duration getDuration()
-
getPosition
final Duration getPosition()
-
getShouldAnimate
Boolean getShouldAnimate()
-
-
-
-