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