Searched defs:PlaybackState (Results 1 – 3 of 3) sorted by relevance
39 public final class PlaybackState implements Parcelable { class314 private PlaybackState(int state, long position, long updateTime, float speed, in PlaybackState() method in PlaybackState330 private PlaybackState(Parcel in) { in PlaybackState() method in PlaybackState
55 private fun PlaybackState.isInMotion(): Boolean { in PlaybackState() method68 private fun PlaybackState.computePosition(duration: Long): Long { in computePosition() method
71 enum PlaybackState { enum