Searched refs:sWidthPerHour (Results 1 – 1 of 1) sorted by relevance
22 private static int sWidthPerHour = 0; field in GuideUtils29 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()