Layer Timeline
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun findInterpolationValuesFromAllValidTimes(targetValue: Long, sortedList: List<Long>): InterpolationResult?
Finds the two values in a sorted list that a target value falls between, and calculates the fractional distance between them.