Home
last modified time | relevance | path

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

/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DTimelineQueueNavigator.java190 int lastWindowIndex = currentWindowIndex; in publishFloatingQueueWindow() local
192 while ((firstWindowIndex != C.INDEX_UNSET || lastWindowIndex != C.INDEX_UNSET) in publishFloatingQueueWindow()
195 if (lastWindowIndex != C.INDEX_UNSET) { in publishFloatingQueueWindow()
196 lastWindowIndex = in publishFloatingQueueWindow()
198 lastWindowIndex, Player.REPEAT_MODE_OFF, shuffleModeEnabled); in publishFloatingQueueWindow()
199 if (lastWindowIndex != C.INDEX_UNSET) { in publishFloatingQueueWindow()
202 getMediaDescription(player, lastWindowIndex), lastWindowIndex)); in publishFloatingQueueWindow()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java919 int lastWindowIndex = multiWindowTimeBar ? timeline.getWindowCount() - 1 : currentWindowIndex; in updateTimeline() local
920 for (int i = firstWindowIndex; i <= lastWindowIndex; i++) { in updateTimeline()