Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Utilities/
DStringExtensions.kt25 val firstPeriodIndex = this.indexOf('.') in firstSentence() constant
30 if (openParenIndex == -1 || openParenIndex > firstPeriodIndex) { in firstSentence()
31 return if (firstPeriodIndex != -1) { in firstSentence()
32 this.substring(0, firstPeriodIndex + 1) in firstSentence()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DTimeline.java186 public int firstPeriodIndex; field in Timeline.Window
230 int firstPeriodIndex, in set() argument
244 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()
DAbstractConcatenatedTimeline.java204 window.firstPeriodIndex += firstPeriodIndexInChild; in getWindow()
DExoPlayerImpl.java1164 maskingPeriodIndex = maskingTimeline.getWindow(maskingWindowIndex, window).firstPeriodIndex; in maskTimelineAndWindowIndex()
1209 maskingPeriodIndex = window.firstPeriodIndex; in maskWithDefaultPosition()
DMediaPeriodQueue.java585 if (timeline.getWindow(nextWindowIndex, window).firstPeriodIndex == nextPeriodIndex) { in getFollowingMediaPeriodInfo()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DTimelineTest.java110 otherWindow.firstPeriodIndex = 1; in windowEquals()
131 window.firstPeriodIndex = 1; in windowEquals()
147 window.firstPeriodIndex, in windowEquals()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTimelineAsserts.java136 assertThat(window.firstPeriodIndex).isEqualTo(accumulatedPeriodCounts[i]); in assertPeriodCounts()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/analytics/
DDefaultPlaybackSessionManager.java378 for (int periodIndex = window.firstPeriodIndex; in resolveWindowIndexToNewTimeline()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java929 for (int j = window.firstPeriodIndex; j <= window.lastPeriodIndex; j++) { in updateTimeline()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/
DConcatenatingMediaSourceTest.java1080 for (int periodIndex = window.firstPeriodIndex; in assertCompletedAllMediaPeriodLoads()