Searched refs:lastWindowIndex (Results 1 – 2 of 2) sorted by relevance
190 int lastWindowIndex = currentWindowIndex; in publishFloatingQueueWindow() local192 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()
919 int lastWindowIndex = multiWindowTimeBar ? timeline.getWindowCount() - 1 : currentWindowIndex; in updateTimeline() local920 for (int i = firstWindowIndex; i <= lastWindowIndex; i++) { in updateTimeline()