Home | History | Annotate | Download | only in tv

Lines Matching defs:Math

322                 Math.max(program.getStartTimeUtcMillis(), mPlayController.mRecordStartTimeMs);
717 Math.max(
718 Math.min(mTvView.timeshiftGetCurrentPositionMs(), currentTimeMs),
807 Math.min(
811 Math.max(mRecordStartTimeMs, timeMs)));
1358 boolean isValid = Math.abs(currentPositionMs - mCurrentPositionMs) < REQUEST_TIMEOUT_MS;