Searched refs:firstPeriodIndex (Results 1 – 10 of 10) sorted by relevance
25 val firstPeriodIndex = this.indexOf('.') in firstSentence() constant30 if (openParenIndex == -1 || openParenIndex > firstPeriodIndex) { in firstSentence()31 return if (firstPeriodIndex != -1) { in firstSentence()32 this.substring(0, firstPeriodIndex + 1) in firstSentence()
186 public int firstPeriodIndex; field in Timeline.Window230 int firstPeriodIndex, in set() argument244 this.firstPeriodIndex = firstPeriodIndex; in set()332 && firstPeriodIndex == that.firstPeriodIndex in equals()354 result = 31 * result + firstPeriodIndex; in hashCode()820 return getWindow(nextWindowIndex, window).firstPeriodIndex; in getNextPeriodIndex()882 int periodIndex = window.firstPeriodIndex; in getPeriodPosition()
204 window.firstPeriodIndex += firstPeriodIndexInChild; in getWindow()
1164 maskingPeriodIndex = maskingTimeline.getWindow(maskingWindowIndex, window).firstPeriodIndex; in maskTimelineAndWindowIndex()1209 maskingPeriodIndex = window.firstPeriodIndex; in maskWithDefaultPosition()
585 if (timeline.getWindow(nextWindowIndex, window).firstPeriodIndex == nextPeriodIndex) { in getFollowingMediaPeriodInfo()
110 otherWindow.firstPeriodIndex = 1; in windowEquals()131 window.firstPeriodIndex = 1; in windowEquals()147 window.firstPeriodIndex, in windowEquals()
136 assertThat(window.firstPeriodIndex).isEqualTo(accumulatedPeriodCounts[i]); in assertPeriodCounts()
378 for (int periodIndex = window.firstPeriodIndex; in resolveWindowIndexToNewTimeline()
929 for (int j = window.firstPeriodIndex; j <= window.lastPeriodIndex; j++) { in updateTimeline()
1080 for (int periodIndex = window.firstPeriodIndex; in assertCompletedAllMediaPeriodLoads()