Searched refs:safeLongToInt (Results 1 – 4 of 4) sorted by relevance
35 public static int safeLongToInt(long numLong) { in safeLongToInt() method in MathUtil
254 return MathUtil.safeLongToInt(getTotalTimeLong(vh)); in getTotalTime()270 return MathUtil.safeLongToInt(getCurrentTimeLong(vh)); in getCurrentTime()286 return MathUtil.safeLongToInt(getSecondaryProgressLong(vh)); in getSecondaryProgress()
909 return MathUtil.safeLongToInt(getTotalTimeLong());972 return MathUtil.safeLongToInt(getCurrentTimeLong());1031 return MathUtil.safeLongToInt(getBufferedPosition());
46050 HSPLjava/math/BigDecimal;->safeLongToInt(J)I