Searched refs:MathUtil (Results 1 – 4 of 4) sorted by relevance
23 public final class MathUtil { class25 private MathUtil() { in MathUtil() method in MathUtil
32 import androidx.leanback.util.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()
29 import androidx.leanback.util.MathUtil;909 return MathUtil.safeLongToInt(getTotalTimeLong());972 return MathUtil.safeLongToInt(getCurrentTimeLong());1031 return MathUtil.safeLongToInt(getBufferedPosition());
3269 "android/support/v17/leanback/util/MathUtil": "androidx/leanback/util/MathUtil",