mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Correct JavaDoc in TimelineAsserts.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=160631095
This commit is contained in:
parent
3b2cfa148c
commit
d54df32f25
@ -201,9 +201,9 @@ public final class TimelineAsserts {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Asserts that period counts for each window are set correctly. Also asserts the correct setting
|
* Asserts that period counts for each window are set correctly. Also asserts that
|
||||||
* of {@link Window}.firstPeriodIndex, {@link Window}.lastPeriodIndex, and the behavior of
|
* {@link Window#firstPeriodIndex} and {@link Window#lastPeriodIndex} are set correctly, and it
|
||||||
* {@link Timeline}.getNextPeriodIndex.
|
* asserts the correct behavior of {@link Timeline#getNextWindowIndex(int, int)}.
|
||||||
*/
|
*/
|
||||||
public static void assertPeriodCounts(Timeline timeline, int... expectedPeriodCounts) {
|
public static void assertPeriodCounts(Timeline timeline, int... expectedPeriodCounts) {
|
||||||
int windowCount = timeline.getWindowCount();
|
int windowCount = timeline.getWindowCount();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user