Lines Matching refs:time

114      * Parses the given time expression and returns a timestamp in millisecond.
116 * For the format of the time expression, please refer <a href=
119 * @param time A string which includes time expression.
127 public static long parseTimeExpression(String time, int frameRate, int subframeRate,
129 Matcher matcher = CLOCK_TIME.matcher(time);
147 matcher = OFFSET_TIME.matcher(time);
167 throw new NumberFormatException("Malformed time expression : " + time);
206 * Returns the timed text for the given time period.
209 * @param startUs The start time of the time period in microsecond.
210 * @param endUs The end time of the time period in microsecond.
239 * Returns a TTML fragment string for the given time period.
242 * @param startUs The start time of the time period in microsecond.
243 * @param endUs The end time of the time period in microsecond.
315 * Check if this node is active in the given time range.
317 * @param startTimeMs The start time of the range to check in microsecond.
318 * @param endTimeMs The end time of the range to check in microsecond.
319 * @return return true if the given range overlaps the time range of this
338 * <li>time-offset
341 * <li>time-clock-with-frames
342 * <li>time-clock
343 * <li>time-offset-with-frames
344 * <li>time-offset-with-ticks
482 Log.e(TAG, "'dur' and 'end' attributes are defined at the same time." +
488 // If the end time remains unspecified, then the end point is
489 // interpreted as the end point of the external time interval.
625 * Returns a {@link TtmlCue} in the presentation time order.