Searched refs:MediaSortKey (Results 1 – 1 of 1) sorted by relevance
382 private fun reorderAllPlayers(previousVisiblePlayerKey: MediaPlayerData.MediaSortKey?) {873 data class MediaSortKey( dataClass881 compareByDescending<MediaSortKey> { it.data.isPlaying == true &&891 private val mediaPlayers = TreeMap<MediaSortKey, MediaControlPanel>(comparator)892 private val mediaData: MutableMap<String, MediaSortKey> = mutableMapOf()896 val sortKey = MediaSortKey(isSsMediaRec = false, data, clock.currentTimeMillis())910 val sortKey = MediaSortKey(/* isSsMediaRec= */ true,