Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DGuideUtils.java22 private static int sWidthPerHour = 0; field in GuideUtils
29 sWidthPerHour = widthPerHour; in setWidthPerHour()
36 return (int) (millis * sWidthPerHour / TimeUnit.HOURS.toMillis(1)); in convertMillisToPixel()
52 return pixel * TimeUnit.HOURS.toMillis(1) / sWidthPerHour; in convertPixelToMillis()