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.java44 public static int getPlaybackSpeed(int speedLevel, long programDurationMillis) in getPlaybackSpeed() argument
46 return (programDurationMillis > SHORT_PROGRAM_THRESHOLD_MILLIS) in getPlaybackSpeed()
56 public static int getMaxPlaybackSpeed(long programDurationMillis) { in getMaxPlaybackSpeed() argument
57 return (programDurationMillis > SHORT_PROGRAM_THRESHOLD_MILLIS) in getMaxPlaybackSpeed()