- msec
- The time (in milliseconds) used to sample into the Interpolator. Based on the SystemClock.uptimeMillis() clock
- values
- Where to write the computed values (may be NULL).
Documentation for this section has not yet been entered.
Given a millisecond time value (msec), return the interpolated values and return whether the specified time was within the range of key times (NORMAL), was before the first key time (FREEZE_START) or after the last key time (FREEZE_END). In any event, computed values are always returned.