Searched refs:positionInFirstPeriodUs (Results 1 – 3 of 3) sorted by relevance
210 public long positionInFirstPeriodUs; field in Timeline.Window232 long positionInFirstPeriodUs) { in set() argument246 this.positionInFirstPeriodUs = positionInFirstPeriodUs; in set()290 return C.usToMs(positionInFirstPeriodUs); in getPositionInFirstPeriodMs()298 return positionInFirstPeriodUs; in getPositionInFirstPeriodUs()334 && positionInFirstPeriodUs == that.positionInFirstPeriodUs; in equals()356 result = 31 * result + (int) (positionInFirstPeriodUs ^ (positionInFirstPeriodUs >>> 32)); in hashCode()
118 otherWindow.positionInFirstPeriodUs = C.TIME_UNSET; in windowEquals()133 window.positionInFirstPeriodUs = C.TIME_UNSET; in windowEquals()149 window.positionInFirstPeriodUs); in windowEquals()
346 window.positionInFirstPeriodUs += startUs; in getWindow()