Home | History | Annotate | Download | only in service

Lines Matching refs:endMs

666         long endMs = 0;
672 endMs = beginMs + mediaItem.getAppTimelineDuration();
676 endMs -= mediaItem.getEndTransition().getAppDuration();
680 if (timeMs >= beginMs && timeMs <= endMs) {
681 if (timeMs - beginMs < endMs - timeMs) { // Closer to the beginning
688 beginMs = endMs;