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