Searched refs:firstWindowIndex (Results 1 – 3 of 3) sorted by relevance
189 int firstWindowIndex = currentWindowIndex; in publishFloatingQueueWindow() local192 while ((firstWindowIndex != C.INDEX_UNSET || lastWindowIndex != C.INDEX_UNSET) in publishFloatingQueueWindow()205 if (firstWindowIndex != C.INDEX_UNSET && queue.size() < queueSize) { in publishFloatingQueueWindow()206 firstWindowIndex = in publishFloatingQueueWindow()208 firstWindowIndex, Player.REPEAT_MODE_OFF, shuffleModeEnabled); in publishFloatingQueueWindow()209 if (firstWindowIndex != C.INDEX_UNSET) { in publishFloatingQueueWindow()212 getMediaDescription(player, firstWindowIndex), firstWindowIndex)); in publishFloatingQueueWindow()
918 int firstWindowIndex = multiWindowTimeBar ? 0 : currentWindowIndex; in updateTimeline() local920 for (int i = firstWindowIndex; i <= lastWindowIndex; i++) { in updateTimeline()
1243 int firstWindowIndex = timeline.getFirstWindowIndex(shuffleModeEnabled); in getDummyFirstMediaPeriodPosition() local1246 window, period, firstWindowIndex, /* windowPositionUs= */ C.TIME_UNSET); in getDummyFirstMediaPeriodPosition()