Home
last modified time | relevance | path

Searched refs:MediaSortKey (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselController.kt866 previousVisiblePlayerKey: MediaPlayerData.MediaSortKey?, in <lambda>()
1629 data class MediaSortKey( class
1638 compareByDescending<MediaSortKey> { in <lambda>()
1653 private val mediaPlayers = TreeMap<MediaSortKey, MediaControlPanel>(comparator)
1654 private val mediaData: MutableMap<String, MediaSortKey> = mutableMapOf()
1657 private val visibleMediaPlayers = LinkedHashMap<String, MediaSortKey>()
1676 MediaSortKey( in addMediaPlayer()
1704 MediaSortKey( in addMediaRecommendation()