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.java28 private static int sWidthPerHour = 0; field in GuideUtils
35 sWidthPerHour = widthPerHour; in setWidthPerHour()
42 return (int) (millis * sWidthPerHour / TimeUnit.HOURS.toMillis(1)); in convertMillisToPixel()
54 return pixel * TimeUnit.HOURS.toMillis(1) / sWidthPerHour; in convertPixelToMillis()