Home
last modified time | relevance | path

Searched refs:programDurationMillis (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DTimeShiftUtils.java47 public static int getPlaybackSpeed(int speedLevel, long programDurationMillis) in getPlaybackSpeed() argument
49 return (programDurationMillis > SHORT_PROGRAM_THRESHOLD_MILLIS) ? in getPlaybackSpeed()
57 public static int getMaxPlaybackSpeed(long programDurationMillis) { in getMaxPlaybackSpeed() argument
58 return (programDurationMillis > SHORT_PROGRAM_THRESHOLD_MILLIS) ? in getMaxPlaybackSpeed()